Skip to content

Commit f0cc8a6

Browse files
committed
added test_environments to singularity test
1 parent 0081cdc commit f0cc8a6

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
@@ -70,6 +70,6 @@ jobs:
7070

7171

7272
- name: Pytest
73-
run: pytest -vs --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml pydra/engine/tests/test_singularity.py
73+
run: pytest -vs --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml pydra/engine/tests/test_singularity.py pydra/engine/tests/test_environments.py
7474
- name: Upload to codecov
7575
run: codecov -f cov.xml -F unittests -e GITHUB_WORKFLOW

0 commit comments

Comments
 (0)