diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc8d0802e..6e6b1f1d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,9 +51,7 @@ jobs: - name: Unit Tests without coverage if: matrix.typo3 != '^11.5' || matrix.php != '8.3' - run: | - export "UNIT_XML"=.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml - .Build/bin/phpunit --colors -c $UNIT_XML Tests + run: composer test:unit - name: Unit Tests with coverage without 8.3 if: matrix.typo3 == '^11.5' && matrix.php == '8.3'