Skip to content

Commit 76e9d36

Browse files
committed
[ci-cd] fix test path to run actual test suite
1 parent c1bc798 commit 76e9d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python -c "import pydra as m; print(f\"{m.__name__} {getattr(m, '__version__', 'no version')} @ {m.__file__}\")"
7171
- name: Test with pytest
7272
run: |
73-
pytest -sv --doctest-modules pydra/workers/oar \
73+
pytest -sv tests \
7474
--cov pydra.workers.oar --cov-report xml
7575
- uses: codecov/codecov-action@v3
7676
if: ${{ always() }}

0 commit comments

Comments
 (0)