Skip to content

Commit

Permalink
working dir + pytest folder
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Oct 11, 2023
1 parent 16e495b commit 9609cda
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 @@ -33,10 +33,10 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
# working-directory: ../
working-directory: ../
run: |
python -m pip install pytest
python -m pytest
python -m pytest sausage_bot/test
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 9609cda

Please sign in to comment.