We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5c40c commit 4a57689Copy full SHA for 4a57689
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
MINIO_ROOT_USER: minioadmin
17
MINIO_ROOT_PASSWORD: miniopass
18
options: >-
19
- --health-cmd="curl -f http://localhost:9000/minio/health/live || exit 1"
+ --health-cmd="curl -f http://localhost:9000/minio/health/live"
20
--health-interval=5s
21
--health-timeout=5s
22
--health-retries=3
0 commit comments