Skip to content

Commit fedf9c5

Browse files
committed
test: Move Magento folder properly
1 parent f9a1b11 commit fedf9c5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
if: env.SKIP_JOB != 'true'
8686
run: |
8787
cd "$GITHUB_WORKSPACE"
88-
cp -R /tmp/magento $GITHUB_WORKSPACE/magento
89-
cd $GITHUB_WORKSPACE/magento
88+
89+
cd /tmp/magento
9090
9191
test -f "$GITHUB_WORKSPACE/.github/workflows/composer-additional.sh" && source "$GITHUB_WORKSPACE/.github/workflows/composer-additional.sh"
9292
test -f "$GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh" && source "$GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh"
@@ -96,6 +96,8 @@ jobs:
9696
composer require --prefer-source -- "${COMPOSER_NAME}:@dev" loki-checkout/magento2-core-cli:@dev loki-checkout/magento2-functional-tests:@dev yireo/magento2-enable-module-sequence
9797
9898
$GITHUB_WORKSPACE/.github/workflows/magento-install.sh
99+
cp -R /tmp/magento $GITHUB_WORKSPACE/magento
100+
cd $GITHUB_WORKSPACE/magento
99101
100102
bin/magento deploy:mode:set developer
101103
bin/magento module:enable Yireo_EnableModuleSequence

0 commit comments

Comments
 (0)