Skip to content

Commit

Permalink
enable calib system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 18, 2023
1 parent 8f29ffa commit 78aafc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ 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: python -m unittest discover -s ./unpackaged/vesuvio_calibration/tests/system

# Report coverage
#- name: Report Coverage
Expand Down

0 comments on commit 78aafc6

Please sign in to comment.