Merge pull request #1111 from CombustionToolbox/develop #930
This file contains hidden or 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: CD | |
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| my-job: | |
| name: Run MATLAB Tests and Generate Artifacts | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@v4 | |
| - name: Set up MATLAB | |
| uses: matlab-actions/setup-matlab@v2 | |
| - name: Run tests | |
| uses: matlab-actions/run-command@v2 | |
| with: | |
| command: run_test |