File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ jobs:
120120 env :
121121 SQL : ${{ matrix.database }}
122122 SERVER_BRANCH : ${{ matrix.nextcloudVersion }}
123- NEXTCLOUD_AUTOINSTALL : " Yes"
124- NEXTCLOUD_AUTOINSTALL_APPS : " viewer activity groupfolders integration_openproject"
125123 NEXTCLOUD_TRUSTED_DOMAINS : nextcloud
126124 VIRTUAL_HOST : " nextcloud"
127125 WITH_REDIS : " YES"
@@ -248,6 +246,11 @@ jobs:
248246 ./occ a:e -f oidc
249247 fi
250248
249+ - name : Enable Apps inside docker
250+ run : |
251+ docker exec nextcloud /bin/bash -c 'occ app:enable groupfolders integration_openproject activity'
252+ docker exec nextcloud /bin/bash -c 'occ app:enable -f user_oidc oidc'
253+
251254 - name : PHP Unit Tests
252255 run : |
253256 cd server/apps/integration_openproject
You can’t perform that action at this time.
0 commit comments