File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 test -f "$GITHUB_WORKSPACE/.github/workflows/composer-additional.sh" && source "$GITHUB_WORKSPACE/.github/workflows/composer-additional.sh"
9595 test -f "$GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh" && source "$GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh"
9696
97+ git config --global --add safe.directory /__w
9798 composer config repositories.local-source path "$GITHUB_WORKSPACE"
9899 composer require --prefer-source -- "${COMPOSER_NAME}:@dev" loki-checkout/magento2-core-cli:@dev loki-checkout/magento2-functional-tests:@dev yireo/magento2-enable-module-sequence
99100
@@ -105,6 +106,7 @@ jobs:
105106 bin/magento module:sequence "${MAGENTO_MODULE}"
106107 bin/magento setup:upgrade
107108 bin/magento loki-checkout:modules:dump
109+ cat app/etc/loki-checkout.json
108110
109111 magerun2 config:store:set loki_functional_tests/general/token loki -n
110112 cp -R /tmp/magento $GITHUB_WORKSPACE/magento
You can’t perform that action at this time.
0 commit comments