File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ jobs:
154154 ./occ config:system:set mail_smtphost --value mailhog
155155 ./occ config:system:set allow_local_remote_servers --value true --type boolean
156156 ./occ config:system:set auth.bruteforce.protection.enabled --value false --type boolean
157+ ./occ config:app:set dav enableDefaultContact --value false --type boolean
157158
158159 - name : Run behat
159160 working-directory : apps/${{ env.APP_NAME }}/tests/integration
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ jobs:
167167 ./occ config:system:set mail_smtphost --value mailhog
168168 ./occ config:system:set allow_local_remote_servers --value true --type boolean
169169 ./occ config:system:set auth.bruteforce.protection.enabled --value false --type boolean
170+ ./occ config:app:set dav enableDefaultContact --value false --type boolean
170171
171172 - name : Run behat
172173 working-directory : apps/${{ env.APP_NAME }}/tests/integration
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ jobs:
161161 ./occ config:system:set mail_smtphost --value mailhog
162162 ./occ config:system:set allow_local_remote_servers --value true --type boolean
163163 ./occ config:system:set auth.bruteforce.protection.enabled --value false --type boolean
164+ ./occ config:app:set dav enableDefaultContact --value false --type boolean
164165
165166 - name : Run behat
166167 working-directory : apps/${{ env.APP_NAME }}/tests/integration
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ jobs:
152152 ./occ config:system:set mail_smtphost --value mailhog
153153 ./occ config:system:set allow_local_remote_servers --value true --type boolean
154154 ./occ config:system:set auth.bruteforce.protection.enabled --value false --type boolean
155+ ./occ config:app:set dav enableDefaultContact --value false --type boolean
155156
156157 - name : Run behat
157158 working-directory : apps/${{ env.APP_NAME }}/tests/integration
Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ jobs:
156156 --admin-pass admin
157157 ./occ --version
158158 ./occ app:enable --force ${{ env.APP_NAME }}
159+ ./occ config:app:set dav enableDefaultContact --value false --type boolean
159160
160161 - name : Check PHPUnit script is defined
161162 id : check_phpunit
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ jobs:
154154 --admin-pass admin
155155 ./occ --version
156156 ./occ app:enable --force ${{ env.APP_NAME }}
157+ ./occ config:app:set dav enableDefaultContact --value false --type boolean
157158
158159 - name : Check PHPUnit script is defined
159160 id : check_phpunit
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ jobs:
152152 --admin-pass admin
153153 ./occ --version
154154 ./occ app:enable --force ${{ env.APP_NAME }}
155+ ./occ config:app:set dav enableDefaultContact --value false --type boolean
155156
156157 - name : Check PHPUnit script is defined
157158 id : check_phpunit
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ jobs:
146146 --admin-pass admin
147147 ./occ --version
148148 ./occ app:enable --force ${{ env.APP_NAME }}
149+ ./occ config:app:set dav enableDefaultContact --value false --type boolean
149150
150151 - name : Check PHPUnit script is defined
151152 id : check_phpunit
You can’t perform that action at this time.
0 commit comments