Skip to content

Commit

Permalink
Merge pull request #87 from mantidproject/0_enable_calib_system_tests
Browse files Browse the repository at this point in the history
enable calib system tests
  • Loading branch information
MialLewis authored Dec 19, 2023
2 parents 8f29ffa + a64eeab commit 1800bb1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
cd unpackaged/vesuvio_calibration
python -m unittest discover -s ./tests/unit
#DISABLED AS THEY APPEAR TOO LARGE FOR GITHUB HOSTED RUNNERS
#- name: Run Vesuvio Calibration System Tests
# run: python -m unittest discover -s ./unpackaged/vesuvio_calibration/tests/system
- name: Run Vesuvio Calibration System Tests
run: |
cd unpackaged/vesuvio_calibration
python -m unittest discover -s ./tests/system
# Report coverage
#- name: Report Coverage
Expand Down

0 comments on commit 1800bb1

Please sign in to comment.