mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
try to improve s3 primary storage test reliability
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
ee2f3bcaf1
commit
25e4eb0f42
1 changed files with 7 additions and 0 deletions
7
.github/workflows/s3-primary.yml
vendored
7
.github/workflows/s3-primary.yml
vendored
|
|
@ -49,6 +49,13 @@ jobs:
|
|||
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password
|
||||
php -f index.php
|
||||
|
||||
- name: Wait for S3
|
||||
run: |
|
||||
sleep 10
|
||||
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 1 http://localhost:9000/minio/health/ready
|
||||
sleep 10
|
||||
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 1 http://localhost:9000/minio/health/ready
|
||||
|
||||
- name: PHPUnit
|
||||
working-directory: tests
|
||||
run: phpunit --configuration phpunit-autotest.xml --group DB,SLOWDB
|
||||
|
|
|
|||
Loading…
Reference in a new issue