Skip to content

Commit

Permalink
Use path when running tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed May 16, 2024
1 parent 0917174 commit bd72925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
install-project: "false"
python-version: "3.11"

- run: poetry run trial tests
- run: poetry run trial ./tests

run-unit-tests-olddeps:
name: Unit tests (old dependencies)
Expand Down

0 comments on commit bd72925

Please sign in to comment.