Merge pull request #13 from jlawrence44/patch-1 #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: [push, pull_request] | |
jobs: | |
my-job: | |
name: Run MATLAB Tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: matlab-actions/setup-matlab@v2 | |
- name: Run Tests | |
uses: matlab-actions/run-command@v2 | |
with: | |
command: run_checks |