Skip to content

Commit

Permalink
Tests cannot be run for Matlab (lack of licence)
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Aug 12, 2024
1 parent b8943ee commit 37b03f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_matlab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
HOME=`pwd`
cd $MAIN_FOLDER/test/matlab
cp $HOME/ezc3d_matlab/* .
export DISPLAY=:0.0
matlab -batch test_binder_matlab.m
matlab -batch test_binder_matlab_force_platform.m
# We cannot run the tests as we do not have a license. They are however run on octave
# matlab -batch test_binder_matlab.m
# matlab -batch test_binder_matlab_force_platform.m
cd $MAIN_FOLDER

0 comments on commit 37b03f9

Please sign in to comment.