Skip to content

Commit ad01174

Browse files
committed
restricted testslurm to test_workflow test module
1 parent fbb13dd commit ad01174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testslurm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Run pytest
5555
run: |
5656
docker exec slurm bash -c "find /pydra -name '*.py'"
57-
docker exec slurm bash -c "pytest /pydra/pydra/engine/tests/test_workflow.py /pydra/engine/tests/test_submitter.py --color=yes -vs --cov pydra --cov-config /pydra/.coveragerc --cov-report xml:/pydra/cov.xml --doctest-modules /pydra/pydra/ -k 'not test_audit_prov and not test_audit_prov_messdir_1 and not test_audit_prov_messdir_2 and not test_audit_prov_wf and not test_audit_all'"
57+
docker exec slurm bash -c "pytest /pydra/pydra/engine/tests/test_workflow.py --color=yes -vs --cov pydra --cov-config /pydra/.coveragerc --cov-report xml:/pydra/cov.xml --doctest-modules /pydra/pydra/ -k 'not test_audit_prov and not test_audit_prov_messdir_1 and not test_audit_prov_messdir_2 and not test_audit_prov_wf and not test_audit_all'"
5858
- name: Upload to codecov
5959
run: |
6060
docker exec slurm bash -c "pip install urllib3==1.26.6"

0 commit comments

Comments
 (0)