Skip to content

Commit 21ddf30

Browse files
committed
remove auto install
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
1 parent bb0d8c1 commit 21ddf30

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/shared_workflow.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)