From b3e61e7473e9e4e0942625698205fa364682e748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Thu, 19 May 2022 11:58:30 +0200 Subject: [PATCH] ci: Skip phpunit setup on workflow step. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rubén D --- .github/workflows/feature.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature.yaml b/.github/workflows/feature.yaml index 10b77ef0..2c8915a0 100644 --- a/.github/workflows/feature.yaml +++ b/.github/workflows/feature.yaml @@ -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