Skip to content

Commit

Permalink
ci: specify working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DenitsaTH committed Jun 6, 2024
1 parent 58858dd commit 38805e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand All @@ -32,5 +31,6 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
working-directory: src/app
run: |
python -m pytest tests

0 comments on commit 38805e3

Please sign in to comment.