Skip to content

Commit

Permalink
Merge pull request #803 from PHPCSStandards/feature/ghactions-minor-t…
Browse files Browse the repository at this point in the history
…weak

GH Actions/test: add missing condition
  • Loading branch information
jrfnl authored Feb 5, 2025
2 parents fc1f7c0 + c27bc21 commit 5e5e6dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5e5e6dc

Please sign in to comment.