Skip to content

Commit 4411763

Browse files
committed
tests: Try to fix tests by enabling files_external app
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 3b2f850 commit 4411763

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/phpunit-mariadb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
mkdir data
156156
./occ maintenance:install --verbose --database=mysql --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
157157
./occ app:enable --force ${{ env.APP_NAME }}
158+
./occ app:enable files_external
158159
159160
- name: Check PHPUnit script is defined
160161
id: check_phpunit

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
mkdir data
154154
./occ maintenance:install --verbose --database=mysql --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
155155
./occ app:enable --force ${{ env.APP_NAME }}
156+
./occ app:enable files_external
156157
157158
- name: Check PHPUnit script is defined
158159
id: check_phpunit

.github/workflows/phpunit-pgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
mkdir data
152152
./occ maintenance:install --verbose --database=pgsql --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
153153
./occ app:enable --force ${{ env.APP_NAME }}
154+
./occ app:enable files_external
154155
155156
- name: Check PHPUnit script is defined
156157
id: check_phpunit

.github/workflows/phpunit-sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
mkdir data
141141
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
142142
./occ app:enable --force ${{ env.APP_NAME }}
143+
./occ app:enable files_external
143144
144145
- name: Check PHPUnit script is defined
145146
id: check_phpunit

0 commit comments

Comments
 (0)