Skip to content

Commit 6b70613

Browse files
committed
chore(ci): codecept build before phpstan
1 parent ed554e3 commit 6b70613

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
with:
2020
key: phpstan
2121
path: .phpstan-cache
22+
- name: Build test files
23+
run: vendor/bin/codecept build
2224
- name: Run PHPStan
2325
run: vendor/bin/phpstan
2426
- name: Run ECS

0 commit comments

Comments
 (0)