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 77972ae commit d1291f6Copy full SHA for d1291f6
.github/workflows/phpstan.yml
@@ -16,10 +16,12 @@ jobs:
16
- name: Show the phpstan version
17
run: webapp/vendor/phpstan/phpstan/phpstan --version
18
- name: Run PHPStan in the classic way
19
- run: set -euo pipefail
+ run: |
20
+ set -euo pipefail
21
webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon | tee /tmp/artifacts/phpstan.out
22
- name: Run PHPStan in the classic way (no tee)
23
24
25
webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon
26
- uses: actions/upload-artifact@v4
27
if: always()
0 commit comments