We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdd43bb + 3039180 commit 7c38f4fCopy full SHA for 7c38f4f
.github/workflows/checks.yml
@@ -16,6 +16,6 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
- name: Test
19
- run: docker compose run --rm app sh -c "python manage.py test"
+ run: docker compose run --rm app sh -c "python manage.py wait_for_db && python manage.py test"
20
- name: Lint
21
run: docker compose run --rm app sh -c "flake8"
0 commit comments