Skip to content

Commit 4a57689

Browse files
committed
Different health command
1 parent 9d5c40c commit 4a57689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
MINIO_ROOT_USER: minioadmin
1717
MINIO_ROOT_PASSWORD: miniopass
1818
options: >-
19-
--health-cmd="curl -f http://localhost:9000/minio/health/live || exit 1"
19+
--health-cmd="curl -f http://localhost:9000/minio/health/live"
2020
--health-interval=5s
2121
--health-timeout=5s
2222
--health-retries=3

0 commit comments

Comments
 (0)