Skip to content

Commit ce6d0ba

Browse files
committed
fix: ignore newest server config
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 11335ab commit ce6d0ba

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/behat-mariadb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/behat-mysql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/behat-pgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/behat-sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/phpunit-mariadb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/phpunit-pgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/phpunit-sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)