We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6369e47 commit 9e91ea8Copy full SHA for 9e91ea8
.github/workflows/phpstan.yml
@@ -21,6 +21,14 @@ jobs:
21
webapp/vendor/bin/phpstan \
22
--configuration=webapp/phpstan.dist.neon \
23
| 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
32
- uses: actions/upload-artifact@v4
33
if: always()
34
with:
0 commit comments