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 e6ddadf commit db478c8Copy full SHA for db478c8
.github/workflows/bat.yml
@@ -47,4 +47,6 @@ jobs:
47
with:
48
release: ${{ matrix.release }}
49
- name: Run Sample MATLAB Command
50
- run: matlab -batch "${{ matrix.command }}"
+ uses: matlab-actions/run-command@v1
51
+ with:
52
+ command: ${{ matrix.command }}
0 commit comments