Skip to content

Commit f1f33ca

Browse files
authored
fix(ci): link monorepo root in laravel e2e so siblings resolve from working tree (#8363)
1 parent 6682985 commit f1f33ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ jobs:
11871187
- name: Install api-platform/laravel
11881188
run: |
11891189
composer require laravel/framework:"^13.0" --no-update
1190-
composer global link ../src/Laravel --permanent
1190+
composer global link ../ --working-directory=$(pwd) --permanent
11911191
composer config minimum-stability dev
11921192
composer config prefer-stable true
11931193
composer require api-platform/laravel:"@dev" -W

0 commit comments

Comments
 (0)