Skip to content

Commit a24c0da

Browse files
committed
test: Allow analysing failed Playwright test better
1 parent 3b88145 commit a24c0da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)