Skip to content

Commit 3bf4f1e

Browse files
committed
ci(tests): Install prod deps of notifications app
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 1cb564d commit 3bf4f1e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/tests.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ jobs:
101101
working-directory: apps/${{ env.APP_NAME }}
102102
run: composer i
103103

104+
- name: Set up notifications production dependencies
105+
working-directory: apps/notifications
106+
run: composer i --no-dev
107+
104108
- name: Set up Nextcloud
105109
env:
106110
DB_PORT: 4444
@@ -222,6 +226,10 @@ jobs:
222226
working-directory: apps/${{ env.APP_NAME }}
223227
run: composer i
224228

229+
- name: Set up notifications production dependencies
230+
working-directory: apps/notifications
231+
run: composer i --no-dev
232+
225233
- name: Set up Nextcloud
226234
env:
227235
DB_PORT: 4444
@@ -342,6 +350,10 @@ jobs:
342350
working-directory: apps/${{ env.APP_NAME }}
343351
run: composer i
344352

353+
- name: Set up notifications production dependencies
354+
working-directory: apps/notifications
355+
run: composer i --no-dev
356+
345357
- name: Set up Nextcloud
346358
env:
347359
DB_PORT: 4444
@@ -458,6 +470,10 @@ jobs:
458470
working-directory: apps/${{ env.APP_NAME }}
459471
run: composer i
460472

473+
- name: Set up notifications production dependencies
474+
working-directory: apps/notifications
475+
run: composer i --no-dev
476+
461477
- name: Set up Nextcloud
462478
env:
463479
DB_PORT: 4444

0 commit comments

Comments
 (0)