diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1ec9d8c6..6292f4b7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -113,12 +113,12 @@ 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 - cat config/config.php ./occ user:list ./occ app:enable --force ${{ env.APP_NAME }} ./occ config:system:set allow_local_remote_servers --value true --type bool ./occ config:system:set debug --value true --type bool - ./occ user_oidc:provider nextcloudci -c nextcloud -s ff75b7c7-20f9-460b-b27c-16bd5d9b4cd0 -d http:/127.0.0.1:8999/auth/realms/nextcloudci/.well-known/openid-configuration + cat config/config.php + ./occ user_oidc:provider nextcloudci -c nextcloud -s ff75b7c7-20f9-460b-b27c-16bd5d9b4cd0 -d http://127.0.0.1:8999/auth/realms/nextcloudci/.well-known/openid-configuration php -S localhost:8080 & curl -v http://127.0.0.1:8999/auth/realms/nextcloudci/.well-known/openid-configuration