Skip to content

Commit 47aad59

Browse files
committed
Enable files_external
We need to have its tables installed for SQLite to not fail. Signed-off-by: Corentin Noël <[email protected]>
1 parent f0ca985 commit 47aad59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Enable maps app
4242
working-directory: nextcloud
4343
run: php -f occ app:enable maps
44+
- name: Enable files_external app
45+
working-directory: nextcloud
46+
run: php -f occ app:enable files_external
4447
- name: Run tests
4548
if: ${{ always() && matrix.php-versions != 8.1 }}
4649
working-directory: nextcloud/apps/maps

0 commit comments

Comments
 (0)