Skip to content

Commit 4bd3b77

Browse files
committed
fixup! Use randome port for minio
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent f278af2 commit 4bd3b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/s3-primary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Wait for S3
5252
run: |
5353
sleep 10
54-
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
54+
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:${{ job.services.minio.ports['9000'] }}/minio/health/ready
5555
sleep 10
56-
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
56+
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:${{ job.services.minio.ports['9000'] }}/minio/health/ready
5757
5858
- name: PHPUnit
5959
working-directory: tests

0 commit comments

Comments
 (0)