Skip to content

Commit 74e51aa

Browse files
committed
Fix Shipmonk build
1 parent ea9ee20 commit 74e51aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/integration-tests.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@ jobs:
188188
git clone https://github.com/shipmonk-rnd/phpstan-rules.git -b 1.1.1 --depth 1 e2e/integration/repo
189189
cd e2e/integration/repo
190190
composer install
191+
cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
192+
cp ../../../phpstan vendor/phpstan/phpstan/phpstan
193+
cp ../../../bootstrap.php vendor/phpstan/phpstan/bootstrap.php
191194
../../../phpstan.phar && vendor/bin/phpunit tests
192195
#- php-version: 8.1
193196
# script: |

0 commit comments

Comments
 (0)