diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 4844b6b3..90b2dbd6 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -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"