Skip to content

Commit

Permalink
wait for DB
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Oct 31, 2024
1 parent 53ff893 commit a05997c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Start database
run: |
docker compose up --no-build db
docker compose up --no-build --wait db
- name: Prepare and start API
run: |
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Start database
run: |
docker compose up --no-build db
docker compose up --no-build --wait db
- name: Start tile server
run: |
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
- name: Start database
run: |
docker compose up --no-build db
docker compose up --no-build --wait db
- name: Generate tiles
env:
Expand Down

0 comments on commit a05997c

Please sign in to comment.