Skip to content

Commit 2e8a917

Browse files
committed
fix incorrect test path caused by merge mistake
1 parent f9deb92 commit 2e8a917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
export MANTIDPROPERTIES=$(pwd)/Mantid.user.properties
4848
cd unpackaged/vesuvio_calibration
49-
python -m unittest discover -s ./unpackaged/vesuvio_calibration/tests/unit
49+
python -m unittest discover -s ./tests/unit
5050
5151
- name: Run Vesuvio Calibration System Tests
5252
run: |

0 commit comments

Comments
 (0)