Skip to content

Commit

Permalink
feat: fail action bast on matlab exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-sysbio committed Jun 14, 2023
1 parent 672e0a8 commit e9426a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yaml-conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
run: |
set -e
/usr/local/bin/matlab -nodisplay -nosplash -nodesktop -r "addpath(genpath('.')); testYamlConversion"
exit 1
exit $?

0 comments on commit e9426a9

Please sign in to comment.