Skip to content

Commit

Permalink
correct test path
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 19, 2023
1 parent 5054cd3 commit c00bb07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
run: python -m flake8 --config=config.flake8

# Remove `export MANTIDPROPERTIES=$(pwd)/Mantid.user.properties` when updated to mantid > 6.8.0

# Runs Unit tests
- name: Run EVSVesuvio Analysis Unit Tests
run: |
export MANTIDPROPERTIES=$(pwd)/Mantid.user.properties
python -m unittest discover -s ./vesuvio_analysis/tests
python -m unittest discover -s ./EVSVesuvio/vesuvio_analysis/tests
# Runs System tests
- name: Run EVSVesuvio Analysis System Tests
export MANTIDPROPERTIES=$(pwd)/Mantid.user.properties
python -m unittest discover -s ./system_tests
python -m unittest discover -s ./EVSVesuvio/system_tests

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

0 comments on commit c00bb07

Please sign in to comment.