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