Skip to content

Commit 0e5bf17

Browse files
committed
Fixup
1 parent d1291f6 commit 0e5bf17

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/phpstan.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ jobs:
1818
- name: Run PHPStan in the classic way
1919
run: |
2020
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-
run: |
24-
set -euo pipefail
25-
webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon
21+
webapp/vendor/bin/phpstan \
22+
--configuration=webapp/phpstan.dist.neon \
23+
| tee /tmp/artifacts/phpstan.out
2624
- uses: actions/upload-artifact@v4
2725
if: always()
2826
with:

0 commit comments

Comments
 (0)