Skip to content

Commit 829bbf8

Browse files
committed
added failling ubuntu test
1 parent 04c876d commit 829bbf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,10 @@ jobs:
382382
composer install
383383
../../bin/phpstan analyze test.php --level=0
384384
os: "ubuntu-latest"
385+
- script: |
386+
cd e2e/bug-12972
387+
../bashunit -a exit_code "1" ../../bin/phpstan
388+
os: "ubuntu-latest"
385389
- script: |
386390
cd e2e/bug-12972
387391
../../bin/phpstan analyze

0 commit comments

Comments
 (0)