Skip to content

Commit 0e8fb2d

Browse files
committed
[e2e-tests.yml] Catch stderr as well, for the check.
1 parent 9f32e48 commit 0e8fb2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,12 +438,12 @@ jobs:
438438
../../bin/phpstan analyze
439439
- script: |
440440
cd e2e/vvv-with-debug
441-
OUTPUT=$(../../bin/phpstan analyze -l 0 -vvv --debug test.php)
441+
OUTPUT=$(../../bin/phpstan analyze -l 0 -vvv --debug test.php 2>&1)
442442
echo "$OUTPUT"
443443
../bashunit -a contains '# of spawned processes: 1' "$OUTPUT"
444444
- script: |
445445
cd e2e/vvv-with-debug
446-
OUTPUT=$(../../bin/phpstan analyze -l 0 -vvv --debug --configuration parallel.neon test.php)
446+
OUTPUT=$(../../bin/phpstan analyze -l 0 -vvv --debug --configuration parallel.neon test.php 2>&1)
447447
echo "$OUTPUT"
448448
../bashunit -a contains '# of spawned processes: 1' "$OUTPUT"
449449

0 commit comments

Comments
 (0)