ci: Skip phpunit setup on workflow step.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-05-19 11:58:30 +02:00
parent f0e5be2c52
commit b3e61e7473

View File

@@ -37,7 +37,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl, gd, ldap, gettext, pdo_mysql
tools: phpunit
# tools: phpunit
coverage: xdebug
env:
fail-fast: true