Skip to content

Commit

Permalink
ci(push): update flake3 invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
agconti committed Aug 30, 2024
1 parent 0470aba commit 2079779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: docker compose up -d --build

- name: Run Web tests
run: docker compose run --rm web bash -c "flake8 . &&
run: docker compose run --rm web bash -c "python3 -m flake8 . &&
python3 wait_for_postgres.py &&
python3 -Wall ./manage.py check --deploy &&
python3 -m pytest"

0 comments on commit 2079779

Please sign in to comment.