File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments