Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 815c0a4

Browse files
committed
SUBMARINE-1349. add addresss localhost for CI .
1 parent ad9c343 commit 815c0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
ports:
373373
- 9000:9000
374374
# wait until minio is health
375-
options: --health-cmd "curl http://localhost:9000/minio/health/live" --health-interval 10s --health-timeout 10s --health-retries 10
375+
options: --address http://localhost:9000 --health-cmd "curl http://localhost:9000/minio/health/live" --health-interval 10s --health-timeout 10s --health-retries 10
376376

377377
steps:
378378
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)