Skip to content

Commit d3d3f09

Browse files
committed
fix: prevent failure in MATLAB command by allowing non-zero exit code
1 parent 49a7811 commit d3d3f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
command: uname -a
1717
dockerpush: never
1818
- config: 2-matlab
19-
command: matlab -h
19+
command: matlab -h || true # matlab -h returns 1 causing action to fail
2020
dockerpush: never
2121
- config: 3-jupyter
2222
command: radian --version

0 commit comments

Comments
 (0)