Skip to content

Commit

Permalink
change tests names
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Oct 18, 2023
1 parent 8a9f0b5 commit d7ace82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ jobs:
- name: Test with pytest
run: |
poetry run pytest tests/test_api.py -k 'test_gettimeseries_get'
poetry run pytest tests/test_api.py -k 'test_hydrocron_database'
poetry run pytest tests/test_api.py -k 'test_io_swot_reach_node_shp'
poetry run pytest tests/test_hydrocron_database.py
poetry run pytest tests/test_io_swot_reach_node_shp.py

0 comments on commit d7ace82

Please sign in to comment.