Skip to content

Commit

Permalink
fix incorrect test path caused by merge mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 20, 2023
1 parent f9deb92 commit 2e8a917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
export MANTIDPROPERTIES=$(pwd)/Mantid.user.properties
cd unpackaged/vesuvio_calibration
python -m unittest discover -s ./unpackaged/vesuvio_calibration/tests/unit
python -m unittest discover -s ./tests/unit
- name: Run Vesuvio Calibration System Tests
run: |
Expand Down

0 comments on commit 2e8a917

Please sign in to comment.