Skip to content

Commit 22f5351

Browse files
authored
Merge pull request #511 from nextcloud/bugfix/noid/add-coverage-fix-ci
2 parents 1508786 + 346ddc1 commit 22f5351

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
php-version: ${{ matrix.php-versions }}
5050
tools: phpunit
5151
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
52+
coverage: none
5253

5354
- name: Set up PHPUnit
5455
working-directory: apps/${{ env.APP_NAME }}
@@ -251,10 +252,6 @@ jobs:
251252
with:
252253
path: apps/${{ env.APP_NAME }}
253254

254-
- name: Set up PHPUnit
255-
working-directory: apps/${{ env.APP_NAME }}
256-
run: composer i
257-
258255
- name: Set up php ${{ matrix.php-versions }}
259256
uses: "shivammathur/setup-php@v2"
260257
with:
@@ -263,6 +260,10 @@ jobs:
263260
tools: phpunit:8.5.2
264261
coverage: none
265262

263+
- name: Set up PHPUnit
264+
working-directory: apps/${{ env.APP_NAME }}
265+
run: composer i
266+
266267
- name: Set up Nextcloud
267268
run: |
268269
mkdir data

0 commit comments

Comments
 (0)