mirror of
https://github.com/nextcloud/server.git
synced 2025-08-16 15:41:57 +00:00
ci: Add storage name to run name for easier identification
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
6
.github/workflows/files-external-s3.yml
vendored
6
.github/workflows/files-external-s3.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
- php-versions: '8.2'
|
||||
coverage: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
name: php${{ matrix.php-versions }}-s3
|
||||
name: php${{ matrix.php-versions }}-s3-minio
|
||||
|
||||
services:
|
||||
minio:
|
||||
@ -132,9 +132,9 @@ jobs:
|
||||
php-versions: ['8.1', '8.2', '8.3']
|
||||
include:
|
||||
- php-versions: '8.3'
|
||||
coverage: true
|
||||
coverage: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
name: php${{ matrix.php-versions }}-s3
|
||||
name: php${{ matrix.php-versions }}-s3-localstack
|
||||
|
||||
services:
|
||||
localstack:
|
||||
|
Reference in New Issue
Block a user