Skip to content

Commit

Permalink
cd into EVSVesuvio
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 18, 2023
1 parent 9f06e4d commit 3312b18
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,22 @@ jobs:

# Runs Unit tests
- name: Run EVSVesuvio Analysis Unit Tests
run: coverage run -m unittest discover -s ./EVSvesuvio/vesuvio_analysis/tests
run: |
cd EVSVesuvio
python -m unittest discover -s ./vesuvio_analysis/tests
# Runs System tests
- name: Run EVSVesuvio Analysis System Tests
run: |
export MANTIDPROPERTIES=$(pwd)/Mantid.user.properties
python -m unittest discover -s ./EVSVesuvio/system_tests
cd EVSVesuvio
python -m unittest discover -s ./system_tests
- name: Run EVSVesuvio Calibration Unit Tests
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
#DISABLED AS THEY APPEAR TOO LARGE FOR GITHUB HOSTED RUNNERS
#- name: Run Vesuvio Calibration System Tests
Expand Down

0 comments on commit 3312b18

Please sign in to comment.