Skip to content

Commit e54f22a

Browse files
committed
chore(ci): add codecept build step before phpstan
1 parent fb4067e commit e54f22a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Install dependencies
2828
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
2929

30+
- name: Build test actors
31+
run: php vendor/bin/codecept build
32+
3033
- name: Run PHPStan
3134
run: phpstan
3235

0 commit comments

Comments
 (0)