We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f278af2 commit 4bd3b77Copy full SHA for 4bd3b77
.github/workflows/s3-primary.yml
@@ -51,9 +51,9 @@ jobs:
51
- name: Wait for S3
52
run: |
53
sleep 10
54
- curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
+ curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:${{ job.services.minio.ports['9000'] }}/minio/health/ready
55
56
57
58
- name: PHPUnit
59
working-directory: tests
0 commit comments