Skip to content

Commit de570ab

Browse files
committed
check cmd
1 parent cc4606c commit de570ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: RUN MATLAB Cmd 2
4949
run: /home/runner/work/_actions/matlab-actions/run-command/v2/dist/bin/glnxa64/run-matlab-command "disp('Hello, MATLAB!');"
5050
- name: Test MATLAB
51+
continue-on-error: true
5152
run: |
5253
echo "Testing MATLAB installation"
5354
matlab -nodisplay -nosplash -nodesktop -batch "disp('Hello, MATLAB!');"

0 commit comments

Comments
 (0)