Skip to content

Commit da86c47

Browse files
Update main.yml
1 parent 139dbff commit da86c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Run tests
1313
run: |
1414
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;"
15+
Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & /usr/local/MATLAB/R2024a/bin/matlab -nodesktop -nosplash -r "runTestsAndGenerateReport;exit;"
1616
1717
1818
- name: Upload Test Report

0 commit comments

Comments
 (0)