Skip to content

Commit 141d421

Browse files
Wait for compose stack
1 parent fc5f88e commit 141d421

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646

4747
- name: Run tests
4848
run: |
49+
sleep 10
50+
docker compose logs minio
51+
docker compose logs minio-setup
4952
cargo test
5053
env:
5154
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)