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 25b4752 commit d991fa7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
docker-compose build
- name: Check flake8
run: |
cd $GITHUB_WORKSPACE/src/
docker compose exec -it tests-dsmr-app poetry run flake8
run: docker compose run -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 d991fa7

Please sign in to comment.