We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139dbff commit da86c47Copy full SHA for da86c47
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Run tests
13
run: |
14
export DISPLAY=:99
15
- Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & /home/aaron/Documents/Matlab/bin/matlab -nodesktop -nosplash -r "runTestsAndGenerateReport;exit;"
+ Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & /usr/local/MATLAB/R2024a/bin/matlab -nodesktop -nosplash -r "runTestsAndGenerateReport;exit;"
16
17
18
- name: Upload Test Report
0 commit comments