File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,13 +160,19 @@ jobs:
160160 --admin-user admin \
161161 --admin-pass admin
162162 ./occ --version
163- ./occ app:enable --force ${{ env.APP_NAME }}
163+
164+ - name : Install app dependencies
165+ run : |
164166 git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/notifications apps/notifications
165167 composer --working-dir=apps/notifications install --no-dev
166168 ./occ app:enable --force notifications
167169 git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/activity apps/activity
168170 composer --working-dir=apps/activity install --no-dev
169171 ./occ app:enable --force activity
172+
173+ - name : Set up LibreSign
174+ run : |
175+ ./occ app:enable --force ${{ env.APP_NAME }}
170176 ./occ config:system:set allow_local_remote_servers --value true --type boolean
171177 ./occ config:system:set auth.bruteforce.protection.enabled --value false --type boolean
172178 ./occ config:system:set ratelimit.protection.enabled --value false --type boolean
You can’t perform that action at this time.
0 commit comments