Skip to content

Commit 4f1b603

Browse files
committed
check cmd
1 parent 4af7dfb commit 4f1b603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
uses: matlab-actions/run-command@v2
4646
with:
4747
command: disp('Hello, MATLAB!');
48+
- name: RUN MATLAB Cmd 2
49+
run: /home/runner/work/_actions/matlab-actions/run-command/v2/dist/bin/glnxa64/run-matlab-command "disp('Hello, MATLAB!');"
4850
- name: Upload artifact
4951
uses: actions/upload-artifact@v4
5052
with:

0 commit comments

Comments
 (0)