Skip to content

Commit aa36888

Browse files
Changed pr workflow to do only the test that I added
1 parent 8ab3f02 commit aa36888

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr_workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
- name: Run mvesuvio Analysis System Tests
4040
run: |
4141
export VESUVIOPROPERTIES=$(pwd)/mvesuvio/system_tests/test_config/vesuvio.user.properties
42-
python -m unittest discover -s ./mvesuvio/system_tests
42+
# python -m unittest discover -s ./mvesuvio/system_tests
43+
python ./mvesuvio/system_tests/test_ncp_fits.py
4344
4445
- name: Run mvesuvio Calibration Unit Tests
4546
run: |
@@ -54,4 +55,4 @@ jobs:
5455
5556
# Report coverage
5657
#- name: Report Coverage
57-
# run: coverage report
58+
# run: coverage report

0 commit comments

Comments
 (0)