Skip to content

Commit

Permalink
correct workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 19, 2023
1 parent c00bb07 commit 81e22c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
# Runs System tests
- name: Run EVSVesuvio Analysis System Tests
export MANTIDPROPERTIES=$(pwd)/Mantid.user.properties
python -m unittest discover -s ./EVSVesuvio/system_tests
run: python -m unittest discover -s ./EVSVesuvio/system_tests

- name: Run EVSVesuvio Calibration Unit Tests
run: |
Expand Down

0 comments on commit 81e22c9

Please sign in to comment.