Skip to content

Commit 964449b

Browse files
author
Mark Winterbottom
committed
Merge branch 's-18-deployment-07-create-docker-compose-config' into s-18-deployment-08-update-django-settings
2 parents 38cb982 + 1bcf896 commit 964449b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
- name: Test
19-
run: docker compose run --rm app sh -c "python manage.py test"
19+
run: docker compose run --rm app sh -c "python manage.py wait_for_db && python manage.py test"
2020
- name: Lint
2121
run: docker compose run --rm app sh -c "flake8"

0 commit comments

Comments
 (0)