We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed554e3 commit 6b70613Copy full SHA for 6b70613
.github/workflows/release.yml
@@ -19,6 +19,8 @@ jobs:
19
with:
20
key: phpstan
21
path: .phpstan-cache
22
+ - name: Build test files
23
+ run: vendor/bin/codecept build
24
- name: Run PHPStan
25
run: vendor/bin/phpstan
26
- name: Run ECS
0 commit comments