Skip to content

Commit e0d63b0

Browse files
committed
Fix build
1 parent b62c5ef commit e0d63b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
cd e2e/result-cache-8
178178
composer install
179179
../../bin/phpstan
180+
echo -en '\n' >> build/CustomRule.php
180181
OUTPUT=$(../../bin/phpstan 2>&1)
181182
grep 'Warning: Result cache might not behave correctly' <<< "$OUTPUT"
182183
grep 'ResultCache8E2E\\CustomRule' <<< "$OUTPUT"

0 commit comments

Comments
 (0)