Browse Source

Merge pull request #35376 from nextcloud/bug/noid/fix-workflow-s3-primary

Run s3 primary tests sequential
pull/35527/head
Robin Appelman 3 years ago
committed by GitHub
parent
commit
8434259b1b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/s3-primary.yml

3
.github/workflows/s3-primary.yml

@ -13,6 +13,7 @@ jobs:
strategy:
# do not stop on another job's failure
fail-fast: false
max-parallel: 1
matrix:
php-versions: ['8.0']
key: ['objectstore', 'objectstore_multibucket']
@ -52,8 +53,6 @@ jobs:
run: |
sleep 10
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
sleep 10
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
- name: PHPUnit
working-directory: tests

Loading…
Cancel
Save