Skip to content

Commit 75422a0

Browse files
committed
fix CI: do "occ app:disable files_external"
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent 8efbb2a commit 75422a0

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
mkdir data
142142
./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
143143
./occ app:enable --force ${{ env.APP_NAME }}
144+
./occ app:disable files_external
144145
145146
- name: Check PHPUnit script is defined
146147
id: check_phpunit

.github/workflows/phpunit-pgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
mkdir data
140140
./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
141141
./occ app:enable --force ${{ env.APP_NAME }}
142+
./occ app:disable files_external
142143
143144
- name: Check PHPUnit script is defined
144145
id: check_phpunit

.github/workflows/phpunit-sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
mkdir data
129129
./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
130130
./occ app:enable --force ${{ env.APP_NAME }}
131+
./occ app:disable files_external
131132
132133
- name: Check PHPUnit script is defined
133134
id: check_phpunit

0 commit comments

Comments
 (0)