Skip to content

Commit

Permalink
enable system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 18, 2023
1 parent b887f08 commit 9f06e4d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,20 @@ jobs:
run: python -m flake8 --config=config.flake8

# Runs Unit tests
#- name: Run EVSVesuvio Analysis Unit Tests
# run: coverage run -m unittest discover -s ./EVSvesuvio/vesuvio_analysis
- name: Run EVSVesuvio Analysis Unit Tests
run: coverage run -m unittest discover -s ./EVSvesuvio/vesuvio_analysis/tests

# Runs System tests
#- name: Run EVSVesuvio Analysis System Tests
# run: python -m unittest discover -s ./EVSVesuvio/system_tests
- name: Run EVSVesuvio Analysis System Tests
run: |
export MANTIDPROPERTIES=$(pwd)/Mantid.user.properties
python -m unittest discover -s ./EVSVesuvio/system_tests
- name: Run EVSVesuvio Calibration Unit Tests
run: |
export MANTIDPROPERTIES=$(pwd)/Mantid.user.properties
cd unpackaged/vesuvio_calibration
python -m unittest discover -s ./tests/unit
python -m unittest discover -s ./unpackaged/vesuvio_calibration/tests/unit
#DISABLED AS THEY APPEAR TOO LARGE FOR GITHUB HOSTED RUNNERS
#- name: Run Vesuvio Calibration System Tests
Expand Down

0 comments on commit 9f06e4d

Please sign in to comment.