Skip to content

Commit db478c8

Browse files
committed
Use run-command to test running command
1 parent e6ddadf commit db478c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bat.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ jobs:
4747
with:
4848
release: ${{ matrix.release }}
4949
- name: Run Sample MATLAB Command
50-
run: matlab -batch "${{ matrix.command }}"
50+
uses: matlab-actions/run-command@v1
51+
with:
52+
command: ${{ matrix.command }}

0 commit comments

Comments
 (0)