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