File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments