Skip to content

Commit 1bfc7f5

Browse files
Wait for compose stack
1 parent fc5f88e commit 1bfc7f5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646

4747
- name: Run tests
4848
run: |
49+
sleep 10
4950
cargo test
5051
env:
5152
AWS_ALLOW_HTTP: "true"

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ services:
3232
/usr/bin/mc admin user add test-minio test-user test-pass;
3333
/usr/bin/mc admin policy attach test-minio readwrite --user test-user;
3434
exit 0; "
35+
healthcheck:
36+
test: ["CMD", "false"]
37+
interval: 10s
38+
timeout: 5s

0 commit comments

Comments
 (0)