Skip to content

Commit

Permalink
test: Give timeout for database to start
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jan 13, 2024
1 parent d48615d commit 0060af2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:
run: |
docker compose build web
docker compose up database_default -d
sleep 5s
docker compose run web python manage.py migrate
docker compose up -d
- name: Wait for 5 seconds
run: sleep 5s
shell: bash
- name: 'debug: Display state and logs'
if: always()
Expand Down

0 comments on commit 0060af2

Please sign in to comment.