Skip to content

Commit

Permalink
Add directory change before running tests
Browse files Browse the repository at this point in the history
The build workflow now includes changing to the /review directory before executing tests. This ensures that tests are run in the correct context and can locate all necessary dependencies.
  • Loading branch information
meanmail committed Sep 19, 2024
1 parent 379046a commit a8b40a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
steps:
- name: Run tests
run: |
cd /review
poetry run python -m pytest
build:
Expand Down

0 comments on commit a8b40a0

Please sign in to comment.