We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcedad commit 67065dcCopy full SHA for 67065dc
.github/workflows/run_test.yml
@@ -47,6 +47,10 @@ jobs:
47
- name: Set up MATLAB
48
uses: matlab-actions/setup-matlab@v1
49
- name: Run MATLAB test
50
- run: |
51
- echo "addpath(pwd);cd test;run_jsonlab_test" | matlab -nojvm -nodesktop
52
- echo "addpath(pwd);cd examples; demo_jsonlab_basic; jsonlab_selftest" | matlab -nojvm -nodesktop
+ uses: matlab-actions/run-command@v1
+ with:
+ command: addpath(pwd);cd test;run_jsonlab_test
53
+ - name: Run MATLAB examples
54
55
56
+ command: addpath(pwd);cd examples; demo_jsonlab_basic; jsonlab_selftest
0 commit comments