Skip to content

Commit 53da911

Browse files
committed
updated phpunit tests
Signed-off-by: Rello <github@scherello.de>
1 parent e8951e5 commit 53da911

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ jobs:
9494
with:
9595
php-version: ${{ matrix.php-version }}
9696
extensions: apcu, bcmath, ctype, curl, dom, fileinfo, gd, iconv, intl, mbstring, mysqli, pdo_mysql, pdo_pgsql, pdo_sqlite, posix, simplexml, xmlreader, xmlwriter, zip
97-
tools: composer:v2, phpunit:9.6
97+
tools: phpunit:9.6
9898
coverage: none
9999

100-
- name: Install app dependencies
100+
- name: Verify bundled app dependencies
101101
working-directory: apps/${{ env.APP_NAME }}
102-
run: composer install --prefer-dist --no-interaction --no-progress
102+
run: test -f vendor/autoload.php
103103

104104
- name: Check PHP syntax
105105
working-directory: apps/${{ env.APP_NAME }}

0 commit comments

Comments
 (0)