We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82e62b commit 1abd37aCopy full SHA for 1abd37a
.github/workflows/ci.yml
@@ -37,5 +37,9 @@ jobs:
37
run: cd frontend && npm install && npm run types
38
- name: Building docker containers using docker-compose
39
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
44
- name: React tests
45
run: cd frontend && npm test
0 commit comments