Skip to content

Commit 8434259

Browse files
authored
Merge pull request #35376 from nextcloud/bug/noid/fix-workflow-s3-primary
Run s3 primary tests sequential
2 parents b16c983 + cddc753 commit 8434259

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/s3-primary.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
# do not stop on another job's failure
1515
fail-fast: false
16+
max-parallel: 1
1617
matrix:
1718
php-versions: ['8.0']
1819
key: ['objectstore', 'objectstore_multibucket']
@@ -52,8 +53,6 @@ jobs:
5253
run: |
5354
sleep 10
5455
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
5756
5857
- name: PHPUnit
5958
working-directory: tests

0 commit comments

Comments
 (0)