diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a6fdc864a..8516631f4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -92,6 +92,7 @@ jobs: fi mkdir data ./occ maintenance:install --verbose --database=${{ matrix.databases }} --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 + ./occ config:system:set hashing_default_password --value=true --type=boolean ./occ config:system:set memcache.local --value="\\OC\\Memcache\\APCu" ./occ config:system:set memcache.distributed --value="\\OC\\Memcache\\APCu" cat config/config.php