There was an error while loading. Please reload this page.
2 parents 36e3661 + 0c3e73c commit 343de00Copy full SHA for 343de00
1 file changed
.github/workflows/s3-primary.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
MINIO_ACCESS_KEY: minio
26
MINIO_SECRET_KEY: minio123
27
- image: bitnami/minio:2021.10.6
+ image: bitnami/minio:2021.12.29
28
ports:
29
- "9000:9000"
30
@@ -52,8 +52,6 @@ jobs:
52
run: |
53
sleep 10
54
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
55
- sleep 10
56
- curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
57
58
- name: PHPUnit
59
working-directory: tests
0 commit comments