Skip to content

Commit

Permalink
CI: Fix flake8 in container #1196
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jun 10, 2024
1 parent 04f9e47 commit 25b4752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Check flake8
run: |
cd $GITHUB_WORKSPACE/src/
poetry run flake8
docker compose exec -it tests-dsmr-app poetry run flake8
- name: Run SQLite tests
run: docker compose run -e DJANGO_DATABASE_ENGINE=django.db.backends.sqlite3 -it tests-dsmr-app poetry run pytest --cov --cov-report=html
Expand Down

0 comments on commit 25b4752

Please sign in to comment.