Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
test > tests
  • Loading branch information
lauris-tw authored Jun 19, 2024
1 parent f5e2005 commit 3e4e9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ tasks:
- init: |
poetry install
poetry env info
poetry run python -m pytest test/unit
poetry run python -m pytest tests/unit
poetry run python -m pytest tests/integration

0 comments on commit 3e4e9b3

Please sign in to comment.