Skip to content

Commit 77972ae

Browse files
committed
Check that we still receive the error
1 parent 50ce9f8 commit 77972ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/phpstan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Run PHPStan in the classic way
1919
run: set -euo pipefail
2020
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
2124
- uses: actions/upload-artifact@v4
2225
if: always()
2326
with:

0 commit comments

Comments
 (0)