From d89401dadd5205d3e19e1619438439eff4d78641 Mon Sep 17 00:00:00 2001 From: Olha Livitchuk Date: Thu, 7 Nov 2024 13:36:02 +0200 Subject: [PATCH] FRW-8773 Fixed tests --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b71c4ee..8cb1a412 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,11 +56,7 @@ jobs: - name: Run tests run: | - if [[ ${{ matrix.php-version }} == '8.2' ]]; then - XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover coverage.xml - else composer test - fi - name: Code Coverage Report if: success() && matrix.php-version == '8.2'