Skip to content

Commit 2a0dbf9

Browse files
committed
ci: enable NC apps
Signed-off-by: Saw-jan <[email protected]>
1 parent 35960cb commit 2a0dbf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/shared_workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
services:
113113
nextcloud:
114-
image: ghcr.io/juliusknorr/nextcloud-dev-php${{ format('{0}{1}', matrix.phpVersionMajor,matrix.phpVersionMinor) }}:master
114+
image: ghcr.io/juliusknorr/nextcloud-dev-php${{ format('{0}{1}', matrix.phpVersionMajor,matrix.phpVersionMinor) }}:20231202-1
115115
env:
116116
SQL: ${{ matrix.database }}
117117
SERVER_BRANCH: ${{ matrix.nextcloudVersion }}
@@ -285,6 +285,8 @@ jobs:
285285
run: |
286286
# Disable share rate limit protection
287287
docker exec nextcloud /bin/bash -c 'occ config:system:set ratelimit.protection.enabled --value false --type bool'
288+
# enable apps
289+
docker exec nextcloud /bin/bash -c 'occ a:e -f activity groupfolders integration_openproject'
288290
289291
- name: Wait for Nextcloud server to be ready
290292
run: |

0 commit comments

Comments
 (0)