Skip to content

Commit fb9940e

Browse files
committed
Fixp
1 parent 2bbd094 commit fb9940e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
- name: Show the phpstan version
1717
run: webapp/vendor/phpstan/phpstan/phpstan --version
1818
- name: Run PHPStan in the classic way
19-
run: webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon | tee /tmp/artifacts/phpstan.out
19+
run: set -euxo pipefail
20+
webapp/vendor/bin/phpstan \
21+
--configuration=webapp/phpstan.dist.neon \
22+
| tee /tmp/artifacts/phpstan.out
2023
- uses: actions/upload-artifact@v4
2124
if: always()
2225
with:

0 commit comments

Comments
 (0)