Skip to content

Commit 313ac05

Browse files
committed
ci(external): Also test with some files related apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 9545bfb commit 313ac05

11 files changed

+105
-16
lines changed

.github/workflows/files-external-ftp.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,19 @@ jobs:
2929
src:
3030
- '.github/workflows/**'
3131
- '3rdparty/**'
32-
- 'apps/files_external/**'
3332
- 'vendor/**'
3433
- 'vendor-bin/**'
3534
- 'composer.json'
3635
- 'composer.lock'
36+
- 'apps/files/lib/**'
37+
- 'apps/files/tests/**'
38+
- 'apps/files_external/**'
39+
- 'apps/files_sharing/lib/**'
40+
- 'apps/files_sharing/tests/**'
41+
- 'apps/files_trashbin/lib/**'
42+
- 'apps/files_trashbin/tests/**'
43+
- 'apps/files_versions/lib/**'
44+
- 'apps/files_versions/tests/**'
3745
- 'lib/private/Files/**'
3846
- 'lib/public/Files/**'
3947
- 'tests/lib/Files/**'

.github/workflows/files-external-s3.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,19 @@ jobs:
2929
src:
3030
- '.github/workflows/**'
3131
- '3rdparty/**'
32-
- 'apps/files_external/**'
3332
- 'vendor/**'
3433
- 'vendor-bin/**'
3534
- 'composer.json'
3635
- 'composer.lock'
36+
- 'apps/files/lib/**'
37+
- 'apps/files/tests/**'
38+
- 'apps/files_external/**'
39+
- 'apps/files_sharing/lib/**'
40+
- 'apps/files_sharing/tests/**'
41+
- 'apps/files_trashbin/lib/**'
42+
- 'apps/files_trashbin/tests/**'
43+
- 'apps/files_versions/lib/**'
44+
- 'apps/files_versions/tests/**'
3745
- 'lib/private/Files/**'
3846
- 'lib/public/Files/**'
3947
- 'tests/lib/Files/**'

.github/workflows/files-external-sftp.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,19 @@ jobs:
2929
src:
3030
- '.github/workflows/**'
3131
- '3rdparty/**'
32-
- 'apps/files_external/**'
3332
- 'vendor/**'
3433
- 'vendor-bin/**'
3534
- 'composer.json'
3635
- 'composer.lock'
36+
- 'apps/files/lib/**'
37+
- 'apps/files/tests/**'
38+
- 'apps/files_external/**'
39+
- 'apps/files_sharing/lib/**'
40+
- 'apps/files_sharing/tests/**'
41+
- 'apps/files_trashbin/lib/**'
42+
- 'apps/files_trashbin/tests/**'
43+
- 'apps/files_versions/lib/**'
44+
- 'apps/files_versions/tests/**'
3745
- 'lib/private/Files/**'
3846
- 'lib/public/Files/**'
3947
- 'tests/lib/Files/**'

.github/workflows/files-external-smb-kerberos.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,19 @@ jobs:
2929
src:
3030
- '.github/workflows/**'
3131
- '3rdparty/**'
32-
- 'apps/files_external/**'
3332
- 'vendor/**'
3433
- 'vendor-bin/**'
3534
- 'composer.json'
3635
- 'composer.lock'
36+
- 'apps/files/lib/**'
37+
- 'apps/files/tests/**'
38+
- 'apps/files_external/**'
39+
- 'apps/files_sharing/lib/**'
40+
- 'apps/files_sharing/tests/**'
41+
- 'apps/files_trashbin/lib/**'
42+
- 'apps/files_trashbin/tests/**'
43+
- 'apps/files_versions/lib/**'
44+
- 'apps/files_versions/tests/**'
3745
- 'lib/private/Files/**'
3846
- 'lib/public/Files/**'
3947
- 'tests/lib/Files/**'

.github/workflows/files-external-smb.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,19 @@ jobs:
2929
src:
3030
- '.github/workflows/**'
3131
- '3rdparty/**'
32-
- 'apps/files_external/**'
3332
- 'vendor/**'
3433
- 'vendor-bin/**'
3534
- 'composer.json'
3635
- 'composer.lock'
36+
- 'apps/files/lib/**'
37+
- 'apps/files/tests/**'
38+
- 'apps/files_external/**'
39+
- 'apps/files_sharing/lib/**'
40+
- 'apps/files_sharing/tests/**'
41+
- 'apps/files_trashbin/lib/**'
42+
- 'apps/files_trashbin/tests/**'
43+
- 'apps/files_versions/lib/**'
44+
- 'apps/files_versions/tests/**'
3745
- 'lib/private/Files/**'
3846
- 'lib/public/Files/**'
3947
- 'tests/lib/Files/**'

.github/workflows/files-external-webdav.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,19 @@ jobs:
2929
src:
3030
- '.github/workflows/**'
3131
- '3rdparty/**'
32-
- 'apps/files_external/**'
3332
- 'vendor/**'
3433
- 'vendor-bin/**'
3534
- 'composer.json'
3635
- 'composer.lock'
36+
- 'apps/files/lib/**'
37+
- 'apps/files/tests/**'
38+
- 'apps/files_external/**'
39+
- 'apps/files_sharing/lib/**'
40+
- 'apps/files_sharing/tests/**'
41+
- 'apps/files_trashbin/lib/**'
42+
- 'apps/files_trashbin/tests/**'
43+
- 'apps/files_versions/lib/**'
44+
- 'apps/files_versions/tests/**'
3745
- 'lib/private/Files/**'
3846
- 'lib/public/Files/**'
3947
- 'tests/lib/Files/**'

.github/workflows/files-external.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,19 @@ jobs:
2929
src:
3030
- '.github/workflows/**'
3131
- '3rdparty/**'
32-
- 'apps/files_external/**'
3332
- 'vendor/**'
3433
- 'vendor-bin/**'
3534
- 'composer.json'
3635
- 'composer.lock'
36+
- 'apps/files/lib/**'
37+
- 'apps/files/tests/**'
38+
- 'apps/files_external/**'
39+
- 'apps/files_sharing/lib/**'
40+
- 'apps/files_sharing/tests/**'
41+
- 'apps/files_trashbin/lib/**'
42+
- 'apps/files_trashbin/tests/**'
43+
- 'apps/files_versions/lib/**'
44+
- 'apps/files_versions/tests/**'
3745
- 'lib/private/Files/**'
3846
- 'lib/public/Files/**'
3947
- 'tests/lib/Files/**'

.github/workflows/integration-s3-primary.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,23 @@ jobs:
2727
src:
2828
- '.github/workflows/**'
2929
- '3rdparty/**'
30-
- '**/*.php'
31-
- '**/lib/**'
32-
- '**/tests/**'
33-
- '**/vendor-bin/**'
34-
- 'build/integration/**'
35-
- '.php-cs-fixer.dist.php'
30+
- 'vendor/**'
31+
- 'vendor-bin/**'
3632
- 'composer.json'
3733
- 'composer.lock'
34+
- 'build/integration/**'
35+
- 'apps/files/lib/**'
36+
- 'apps/files/tests/**'
37+
- 'apps/files_external/**'
38+
- 'apps/files_sharing/lib/**'
39+
- 'apps/files_sharing/tests/**'
40+
- 'apps/files_trashbin/lib/**'
41+
- 'apps/files_trashbin/tests/**'
42+
- 'apps/files_versions/lib/**'
43+
- 'apps/files_versions/tests/**'
44+
- 'lib/private/Files/**'
45+
- 'lib/public/Files/**'
46+
- 'tests/lib/Files/**'
3847
3948
integration-s3-primary:
4049
runs-on: ubuntu-latest

.github/workflows/object-storage-azure.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,19 @@ jobs:
2929
src:
3030
- '.github/workflows/**'
3131
- '3rdparty/**'
32-
- 'apps/files_external/**'
3332
- 'vendor/**'
3433
- 'vendor-bin/**'
3534
- 'composer.json'
3635
- 'composer.lock'
36+
- 'apps/files/lib/**'
37+
- 'apps/files/tests/**'
38+
- 'apps/files_external/**'
39+
- 'apps/files_sharing/lib/**'
40+
- 'apps/files_sharing/tests/**'
41+
- 'apps/files_trashbin/lib/**'
42+
- 'apps/files_trashbin/tests/**'
43+
- 'apps/files_versions/lib/**'
44+
- 'apps/files_versions/tests/**'
3745
- 'lib/private/Files/**'
3846
- 'lib/public/Files/**'
3947
- 'tests/lib/Files/**'

.github/workflows/object-storage-s3.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,19 @@ jobs:
2929
src:
3030
- '.github/workflows/**'
3131
- '3rdparty/**'
32-
- 'apps/files_external/**'
3332
- 'vendor/**'
3433
- 'vendor-bin/**'
3534
- 'composer.json'
3635
- 'composer.lock'
36+
- 'apps/files/lib/**'
37+
- 'apps/files/tests/**'
38+
- 'apps/files_external/**'
39+
- 'apps/files_sharing/lib/**'
40+
- 'apps/files_sharing/tests/**'
41+
- 'apps/files_trashbin/lib/**'
42+
- 'apps/files_trashbin/tests/**'
43+
- 'apps/files_versions/lib/**'
44+
- 'apps/files_versions/tests/**'
3745
- 'lib/private/Files/**'
3846
- 'lib/public/Files/**'
3947
- 'tests/lib/Files/**'

0 commit comments

Comments
 (0)