mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
ci: Skip second S3 test temporarily
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e192357e56
commit
f6931d79bb
1 changed files with 0 additions and 1 deletions
1
.github/workflows/files-external-s3.yml
vendored
1
.github/workflows/files-external-s3.yml
vendored
|
|
@ -98,7 +98,6 @@ jobs:
|
|||
- name: PHPUnit
|
||||
run: composer run test:files_external -- \
|
||||
apps/files_external/tests/Storage/Amazons3Test.php \
|
||||
apps/files_external/tests/Storage/VersionedAmazonS3Test.php \
|
||||
--log-junit junit.xml \
|
||||
${{ matrix.coverage && '--coverage-clover ./clover.xml' || '' }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue