We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4067e commit e54f22aCopy full SHA for e54f22a
1 file changed
.github/workflows/main.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Install dependencies
28
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
29
30
+ - name: Build test actors
31
+ run: php vendor/bin/codecept build
32
+
33
- name: Run PHPStan
34
run: phpstan
35
0 commit comments