Skip to content

Commit b0709ec

Browse files
committed
fix: disable ocp at behat tets
It's only necessary when we are executing psalm Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 0f85c9f commit b0709ec

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/behat-mariadb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
- name: Set up dependencies
125125
working-directory: apps/${{ env.APP_NAME }}
126126
run: |
127+
composer remove nextcloud/ocp --dev --no-scripts
127128
composer install --no-dev
128129
composer --working-dir=tests/integration install
129130

.github/workflows/behat-mysql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
if: steps.check_composer.outputs.files_exists == 'true'
137137
working-directory: apps/${{ env.APP_NAME }}
138138
run: |
139+
composer remove nextcloud/ocp --dev --no-scripts
139140
composer install --no-dev
140141
composer --working-dir=tests/integration install
141142

.github/workflows/behat-pgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
if: steps.check_composer.outputs.files_exists == 'true'
131131
working-directory: apps/${{ env.APP_NAME }}
132132
run: |
133+
composer remove nextcloud/ocp --dev --no-scripts
133134
composer install --no-dev
134135
composer --working-dir=tests/integration install
135136

.github/workflows/behat-sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
if: steps.check_composer.outputs.files_exists == 'true'
122122
working-directory: apps/${{ env.APP_NAME }}
123123
run: |
124+
composer remove nextcloud/ocp --dev --no-scripts
124125
composer install --no-dev
125126
composer --working-dir=tests/integration install
126127

0 commit comments

Comments
 (0)