Skip to content

Commit

Permalink
Fix wrong test folder in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wahln authored May 30, 2023
1 parent d2da6e4 commit a531a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Run Tests
uses: matlab-actions/run-command@v1
with:
command: cd unitTest; matRad_runTests
command: cd test; matRad_runTests
test-matlab-latest: #Matlab test Job for latest Matlab release
runs-on: ubuntu-latest
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Run Tests
uses: matlab-actions/run-command@v1
with:
command: cd unitTest; matRad_runTests
command: cd test; matRad_runTests
test-octave-6: #Octave test Job
runs-on: ubuntu-22.04 # We use Ubuntu-22.04 because it has Octave 6.4
steps:
Expand Down

0 comments on commit a531a2d

Please sign in to comment.