We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e22e57 commit a30dbe9Copy full SHA for a30dbe9
1 file changed
.github/workflows/test_pull_request.yml
@@ -90,7 +90,7 @@ jobs:
90
run: composer require phpunit/phpunit:^10.5 sebastian/version:* --with-all-dependencies
91
92
- name: PHP Lint
93
- run: ./vendor/bin/parallel-lint src tests examples
+ run: ./vendor/bin/parallel-lint src tests playground
94
95
- name: Unit tests
96
run: |
0 commit comments