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