Skip to content

Commit 2ca97a1

Browse files
committed
waits for health check to pass
1 parent 0f39b08 commit 2ca97a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Start local database with environment
8383
run: |
8484
cp .env.example .env.local
85-
docker compose up -d db
85+
docker compose up -d --wait db
8686
- name: setup binstall
8787
uses: taiki-e/install-action@cargo-binstall
8888
- name: Install forc for tests

0 commit comments

Comments
 (0)