We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab3f02 commit aa36888Copy full SHA for aa36888
.github/workflows/pr_workflow.yml
@@ -39,7 +39,8 @@ jobs:
39
- name: Run mvesuvio Analysis System Tests
40
run: |
41
export VESUVIOPROPERTIES=$(pwd)/mvesuvio/system_tests/test_config/vesuvio.user.properties
42
- python -m unittest discover -s ./mvesuvio/system_tests
+ # python -m unittest discover -s ./mvesuvio/system_tests
43
+ python ./mvesuvio/system_tests/test_ncp_fits.py
44
45
- name: Run mvesuvio Calibration Unit Tests
46
@@ -54,4 +55,4 @@ jobs:
54
55
56
# Report coverage
57
#- name: Report Coverage
- # run: coverage report
58
+ # run: coverage report
0 commit comments