Skip to content

Commit e226c1c

Browse files
committed
added debugging statement into testslurm
1 parent f6ff11f commit e226c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testslurm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
docker exec slurm bash -c "pip install --upgrade pip && pip install -e /pydra[test] && python -c 'import pydra.engine; print(pydra.engine.__version__)'"
5454
- name: Run pytest
5555
run: |
56+
docker exec slurm bash -c "find /pydra -name '*.py'"
5657
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'"
5758
- name: Upload to codecov
5859
run: |

0 commit comments

Comments
 (0)