Skip to content

Commit a140253

Browse files
committed
install phpunit
1 parent 62ddbcb commit a140253

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-static-analysis.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,8 @@ jobs:
8989
with:
9090
composer-options: "--no-scripts --working-dir=tools/phpstan/includes"
9191

92+
- name: Install PHPUnit
93+
run: "vendor/bin/simple-phpunit --version"
94+
9295
- name: Run PHPStan
9396
run: "tools/phpstan/vendor/bin/phpstan --memory-limit=1G"

0 commit comments

Comments
 (0)