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.
2 parents b16c983 + cddc753 commit 8434259Copy full SHA for 8434259
.github/workflows/s3-primary.yml
@@ -13,6 +13,7 @@ jobs:
13
strategy:
14
# do not stop on another job's failure
15
fail-fast: false
16
+ max-parallel: 1
17
matrix:
18
php-versions: ['8.0']
19
key: ['objectstore', 'objectstore_multibucket']
@@ -52,8 +53,6 @@ jobs:
52
53
run: |
54
sleep 10
55
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
- 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