Skip to content

Commit 1abd37a

Browse files
committed
throws hands in air
1 parent e82e62b commit 1abd37a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ jobs:
3737
run: cd frontend && npm install && npm run types
3838
- name: Building docker containers using docker-compose
3939
run: GO_MOD=go.mod docker compose --env-file=./config/ci.env.dev up --wait --build backend db staging_db
40+
- name: Wait for Go BE to configure
41+
uses: juliangruber/sleep-action@v1
42+
with:
43+
time: 5s
4044
- name: React tests
4145
run: cd frontend && npm test

0 commit comments

Comments
 (0)