Skip to content

Commit

Permalink
CHG: trying to debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMorlighem committed Jul 12, 2024
1 parent 7f9ba8b commit c4ee45e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ci_scripts/ci_ISSM.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ if [ $MATLAB_TEST -eq 1 ]; then
quit(0);
EOF
cd $ISSM_DIR/test/NightlyRun
ls $MATLAB_PATH/bin/
which matlab
$MATLAB_PATH/bin/matlab -nodisplay -nosplash -r "addpath ${ISSM_DIR}/src/m/dev; devpath; addpath ${ISSM_DIR}/nightlylog; matlab_run$i"
if [ $? -ne 0 ]; then
echo "MATLAB returned an error message!"
Expand Down

0 comments on commit c4ee45e

Please sign in to comment.