diff --git a/.github/workflows/h5pyd_tests.yml b/.github/workflows/h5pyd_tests.yml index e7b57051..bc3cf536 100644 --- a/.github/workflows/h5pyd_tests.yml +++ b/.github/workflows/h5pyd_tests.yml @@ -38,9 +38,9 @@ jobs: pip install pytest-cov pip install -e . - - name: Run tests + - name: Start HSDS and run tests shell: bash run: | hsds & # run hsds local server in background sleep 11 # let the nodes get ready - pytest -v tests/h5pyd_test.py + pytest -v tests/h5pyd_tests.py