diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d9d758301..f114833136 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -148,6 +148,7 @@ jobs: run: php "vendor/bin/phpunit" tests/AllTests.php --no-coverage - name: 'PHPUnit: run select tests in CBF mode' + if: ${{ matrix.skip_tests != true }} run: php "vendor/bin/phpunit" tests/AllTests.php --group CBF --exclude-group nothing --no-coverage env: PHP_CODESNIFFER_CBF: '1'