diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0578884b3..d415ec3ae3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: MATLAB Tests on: pull_request: branches: - - master + - CI-test jobs: build: @@ -12,7 +12,7 @@ jobs: - name: Run tests run: | export DISPLAY=:99 - 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;" - name: Upload Test Report