From d9b010ab26514e386030eb9fe0d336e6c1437a93 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Tue, 17 Mar 2026 10:34:10 +0100 Subject: [PATCH] fix(ci): build OIDC app for all test modes including single-user The OIDC submodule volume mount is on the base app service, so all modes mount it. Without composer install, the post-install hook enables a broken app (missing vendor/autoload.php), causing Nextcloud to fail. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 116ba4d..94ff590 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -123,7 +123,6 @@ jobs: npm run build - name: Build OIDC app - if: matrix.mode != 'single-user' run: | cd third_party/oidc composer install --no-dev --optimize-autoloader