Skip to content

Commit 9e91ea8

Browse files
committed
Fixup
1 parent 6369e47 commit 9e91ea8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/phpstan.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ jobs:
2121
webapp/vendor/bin/phpstan \
2222
--configuration=webapp/phpstan.dist.neon \
2323
| tee /tmp/artifacts/phpstan.out
24+
# Run the test again for GHA annotations
25+
- uses: php-actions/[email protected]
26+
with:
27+
configuration: webapp/phpstan.dist.neon
28+
path: webapp/src webapp/tests
29+
php_extensions: gd intl mysqli pcntl zip
30+
autoload_file: webapp/vendor/autoload.php
31+
version: composer
2432
- uses: actions/upload-artifact@v4
2533
if: always()
2634
with:

0 commit comments

Comments
 (0)