Skip to content

Commit be6ffa6

Browse files
committed
ci: baseline phpstan and surface analyzer output
1 parent c4caab2 commit be6ffa6

2 files changed

Lines changed: 2462 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,9 @@ jobs:
134134
- name: Run PHPStan
135135
if: env.COVERAGE_LANE == 'true'
136136
run: |
137+
set -o pipefail
137138
mkdir -p static-analysis
138-
./vendor/bin/phpstan analyse --configuration phpstan.neon.dist --memory-limit=1G --no-progress --error-format=raw > static-analysis/phpstan.txt
139+
./vendor/bin/phpstan analyse --configuration phpstan.neon.dist --memory-limit=1G --no-progress --error-format=raw 2>&1 | tee static-analysis/phpstan.txt
139140
140141
- name: Run tests
141142
run: |

0 commit comments

Comments
 (0)