We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5f88e commit 1bfc7f5Copy full SHA for 1bfc7f5
.github/workflows/ci.yml
@@ -46,6 +46,7 @@ jobs:
46
47
- name: Run tests
48
run: |
49
+ sleep 10
50
cargo test
51
env:
52
AWS_ALLOW_HTTP: "true"
docker-compose.yml
@@ -32,3 +32,7 @@ services:
32
/usr/bin/mc admin user add test-minio test-user test-pass;
33
/usr/bin/mc admin policy attach test-minio readwrite --user test-user;
34
exit 0; "
35
+ healthcheck:
36
+ test: ["CMD", "false"]
37
+ interval: 10s
38
+ timeout: 5s
0 commit comments