Skip to content

Commit 61e14a0

Browse files
committed
fix: only run tests in test_singularity.py in singularity CI
1 parent 26c4572 commit 61e14a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testsingularity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161

6262

6363
- name: Pytest
64-
run: pytest -vs --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml --doctest-modules pydra
64+
run: pytest -vs --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml pydra/engine/tests/test_singularity.py
6565
- name: Upload to codecov
6666
run: codecov -f cov.xml -F unittests -e GITHUB_WORKFLOW

0 commit comments

Comments
 (0)