File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed 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:enable --force files_external
131132
132133 - name : Check PHPUnit script is defined
133134 id : check_phpunit
Original file line number Diff line number Diff line change 1919require_once __DIR__ . '/../../../lib/base.php ' ;
2020require_once __DIR__ . '/../vendor/autoload.php ' ;
2121
22- Server::get (IAppManager::class)->loadApp ('maps ' );
22+ $ appManager = Server::get (IAppManager::class);
23+ $ appManager ->loadApp ('files_external ' );
24+ $ appManager ->loadApp ('maps ' );
You canβt perform that action at this time.
0 commit comments