Skip to content

Commit

Permalink
Update run_unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johmedr authored Nov 21, 2024
1 parent 3515ed2 commit 84bb490
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
command: |
fileID = fopen('matlab_path.txt', 'w')
matlabpath = matlabroot;
fprintf(fileID, matlabpath)
fclose(fileID)
fprintf(fileID, matlabpath);
fclose(fileID);
# sometimes this step hangs when closing matlab, automatically terminating after 2 minutes solves the issue
timeout-minutes: 2
continue-on-error: true
Expand Down Expand Up @@ -113,4 +113,6 @@ jobs:
${{ env.MATLAB_PATH }}/sys/os/glnxa64:\
${{ env.MATLAB_PATH }}/extern/bin/glnxa64"
echo $LD_LIBRARY_PATH
ls ${{ env.MATLAB_PATH }}
find ${{ env.MATLAB_PATH }} -name 'runtime'
python -m unittest discover tests -v

0 comments on commit 84bb490

Please sign in to comment.