Skip to content

Commit bd5c255

Browse files
committed
more assertions
1 parent e302f5e commit bd5c255

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,10 @@ jobs:
384384
os: "ubuntu-latest"
385385
- script: |
386386
cd e2e/bug-12972
387-
../bashunit -a exit_code "1" ../../bin/phpstan
387+
OUTPUT=$(../bashunit -a exit_code "1" ../../bin/phpstan)
388+
echo "$OUTPUT"
389+
../bashunit -a contains 'Internal error: Failed opening required' "$OUTPUT"
390+
../bashunit -a contains 'e2e/bug-12972/src/OTHER/file.php' "$OUTPUT"
388391
os: "ubuntu-latest"
389392
- script: |
390393
cd e2e/bug-12972

0 commit comments

Comments
 (0)