Skip to content

Commit a30dbe9

Browse files
committed
Fix test_pull_request.yml
1 parent 7e22e57 commit a30dbe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: composer require phpunit/phpunit:^10.5 sebastian/version:* --with-all-dependencies
9191

9292
- name: PHP Lint
93-
run: ./vendor/bin/parallel-lint src tests examples
93+
run: ./vendor/bin/parallel-lint src tests playground
9494

9595
- name: Unit tests
9696
run: |

0 commit comments

Comments
 (0)