try the run command thing

This commit is contained in:
Davis King 2023-07-21 11:01:15 -04:00
parent 47d0a8c68e
commit b3ac2f9570
1 changed files with 4 additions and 6 deletions

View File

@ -28,11 +28,9 @@ jobs:
cd build
cmake ..
cmake --build . --config Release --target install --parallel 4
- name: run mex example
run: |
pwd
ls -l
ls -l build
matlab -nodisplay -r 'try, example(), catch, exit(1); end; exit'
- name: Run example script
uses: matlab-actions/run-command@v1
with:
command: example