Skip to content

Commit ba6e6c9

Browse files
committed
chore: remove make step
This step isn't necessary when whe are using Behat, only is necessary to Psalm. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent b0709ec commit ba6e6c9

4 files changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/behat-mariadb.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ jobs:
128128
composer install --no-dev
129129
composer --working-dir=tests/integration install
130130
131-
- name: Prevent Nextcloud OCP outdated
132-
working-directory: apps/${{ env.APP_NAME }}
133-
run: make updateocp
134-
135131
- name: Set up Nextcloud
136132
env:
137133
DB_PORT: 4444

.github/workflows/behat-mysql.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ jobs:
140140
composer install --no-dev
141141
composer --working-dir=tests/integration install
142142
143-
- name: Prevent Nextcloud OCP outdated
144-
working-directory: apps/${{ env.APP_NAME }}
145-
run: make updateocp
146-
147143
- name: Set up Nextcloud
148144
env:
149145
DB_PORT: 4444

.github/workflows/behat-pgsql.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ jobs:
134134
composer install --no-dev
135135
composer --working-dir=tests/integration install
136136
137-
- name: Prevent Nextcloud OCP outdated
138-
working-directory: apps/${{ env.APP_NAME }}
139-
run: make updateocp
140-
141137
- name: Set up Nextcloud
142138
env:
143139
DB_PORT: 4444

.github/workflows/behat-sqlite.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ jobs:
125125
composer install --no-dev
126126
composer --working-dir=tests/integration install
127127
128-
- name: Prevent Nextcloud OCP outdated
129-
working-directory: apps/${{ env.APP_NAME }}
130-
run: make updateocp
131-
132128
- name: Set up Nextcloud
133129
env:
134130
DB_PORT: 4444

0 commit comments

Comments
 (0)