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

Commit d53a3ef

Browse files
committed
SUBMARINE-1349. export localhost for CI .
1 parent 54dda15 commit d53a3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,9 @@ jobs:
370370
MINIO_SECRET_KEY: "submarine_minio"
371371
MINIO_DEFAULT_BUCKETS: "submarine"
372372
ports:
373-
- 9000:9000
373+
- http://localhost:9000:9000
374374
# wait until minio is health
375-
options: -p http://localhost:9000 --health-cmd "curl http://localhost:9000/minio/health/live" --health-interval 10s --health-timeout 10s --health-retries 10
375+
options: --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)