Skip to content

Commit 4164e93

Browse files
committed
updated singularity tests
1 parent f16343e commit 4164e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Install pydra (test)
134134
run: pip install -e ".[test]"
135135
- name: Pytest
136-
run: pytest -vs --import-mode=importlib --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml pydra/engine/tests/test_singularity.py pydra/engine/tests/test_environments.py --rootdir pydra
136+
run: pytest -vs --import-mode=importlib --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml pydra/environments/tests/test_singularity.py pydra/environments/tests/test_environments.py --rootdir pydra
137137
- name: Upload coverage to Codecov
138138
uses: codecov/codecov-action@v2
139139
with:

0 commit comments

Comments
 (0)