We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc1f7c0 + c27bc21 commit 5e5e6dcCopy full SHA for 5e5e6dc
.github/workflows/test.yml
@@ -148,6 +148,7 @@ jobs:
148
run: php "vendor/bin/phpunit" tests/AllTests.php --no-coverage
149
150
- name: 'PHPUnit: run select tests in CBF mode'
151
+ if: ${{ matrix.skip_tests != true }}
152
run: php "vendor/bin/phpunit" tests/AllTests.php --group CBF --exclude-group nothing --no-coverage
153
env:
154
PHP_CODESNIFFER_CBF: '1'
0 commit comments