Skip to content

Commit

Permalink
fix hsds test
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbuster committed Mar 28, 2024
1 parent c2a4097 commit 9b348ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/h5pyd_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9b348ba

Please # to comment.