File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248248 # enable app even if it is not compatible with the master branch
249249 ./occ a:e -f activity oidc user_oidc groupfolders integration_openproject
250250 else
251- ./occ a:e activity oidc user_oidc groupfolders integration_openproject
251+ ./occ a:e -f activity oidc user_oidc groupfolders integration_openproject
252252 cp -r apps/oidc apps/user_oidc apps/groupfolders ${{ github.workspace }}
253253 fi
254254
@@ -320,7 +320,7 @@ jobs:
320320 # enable app even if it is not compatible with the master branch
321321 docker exec nextcloud /bin/bash -c 'occ a:e -f activity oidc user_oidc groupfolders integration_openproject'
322322 else
323- docker exec nextcloud /bin/bash -c 'occ a:e activity oidc user_oidc groupfolders integration_openproject'
323+ docker exec nextcloud /bin/bash -c 'occ a:e -f activity oidc user_oidc groupfolders integration_openproject'
324324 fi
325325
326326 - name : API Tests
You can’t perform that action at this time.
0 commit comments