File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments