Skip to content

Commit

Permalink
fix bad paste
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jan 5, 2025
1 parent 9883e46 commit 66a5a3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
MINIO_ROOT_USER: minioadmin
MINIO_ROOT_PASSWORD: just-a-test
options: >-
--health-cmd "curl -f http://localhost:9000"
server /data --console-address ":9001"
--health-cmd "curl -f http://localhost:9000/minio/health/live"
--health-interval 10s
--health-timeout 60s
--health-retries 5
Expand All @@ -64,8 +65,7 @@ jobs:
ports:
- ${{ inputs.port-mapping || format('{0}:{1}', inputs.port, inputs.port) }}
options: >-
server /data --console-address ":9001"
--health-cmd "curl -f http://localhost:9000/minio/health/live"
--health-cmd "curl -f http://localhost:${{ inputs.port }}"
--health-interval 10s
--health-timeout 60s
--health-retries 5
Expand Down

0 comments on commit 66a5a3d

Please sign in to comment.