Skip to content

Commit d34b13a

Browse files
committed
test: Test Playwright setup without symlink
1 parent fedf9c5 commit d34b13a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ jobs:
9292
test -f "$GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh" && source "$GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh"
9393
9494
git config --global --add safe.directory /__w/${MAGENTO_MODULE}/${MAGENTO_MODULE}
95-
composer config repositories.local-source path "$GITHUB_WORKSPACE"
95+
#composer config repositories.local-source path "$GITHUB_WORKSPACE"
96+
composer config repositories.local-source "{\"type\": \"path\", \"url\": \"$GITHUB_WORKSPACE\", \"options\": {\"symlink\": false}}"
97+
9698
composer require --prefer-source -- "${COMPOSER_NAME}:@dev" loki-checkout/magento2-core-cli:@dev loki-checkout/magento2-functional-tests:@dev yireo/magento2-enable-module-sequence
9799
98100
$GITHUB_WORKSPACE/.github/workflows/magento-install.sh

0 commit comments

Comments
 (0)