From 3bf4f1e762c84d55d188ad2a18841f5700d502f6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 Feb 2026 12:41:05 +0100 Subject: [PATCH] ci(tests): Install prod deps of notifications app Signed-off-by: Joas Schilling --- .github/workflows/tests.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3a854f57..066cc224 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -101,6 +101,10 @@ jobs: working-directory: apps/${{ env.APP_NAME }} run: composer i + - name: Set up notifications production dependencies + working-directory: apps/notifications + run: composer i --no-dev + - name: Set up Nextcloud env: DB_PORT: 4444 @@ -222,6 +226,10 @@ jobs: working-directory: apps/${{ env.APP_NAME }} run: composer i + - name: Set up notifications production dependencies + working-directory: apps/notifications + run: composer i --no-dev + - name: Set up Nextcloud env: DB_PORT: 4444 @@ -342,6 +350,10 @@ jobs: working-directory: apps/${{ env.APP_NAME }} run: composer i + - name: Set up notifications production dependencies + working-directory: apps/notifications + run: composer i --no-dev + - name: Set up Nextcloud env: DB_PORT: 4444 @@ -458,6 +470,10 @@ jobs: working-directory: apps/${{ env.APP_NAME }} run: composer i + - name: Set up notifications production dependencies + working-directory: apps/notifications + run: composer i --no-dev + - name: Set up Nextcloud env: DB_PORT: 4444