Skip to content

Commit 4dc4fd9

Browse files
committed
Fix Playwright test
1 parent 20282f1 commit 4dc4fd9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,19 @@ jobs:
8787
cd /tmp/magento
8888
8989
if [ -n "${GITLAB_TOKEN}" ]; then
90+
echo "Configuring GitLab"
9091
composer config gitlab-domains gitlab.yireo.com
9192
composer config --global --auth http-basic.gitlab.yireo.com yireo "${GITLAB_TOKEN}"
9293
composer config repositories.loki-third-party composer https://gitlab.yireo.com/api/v4/group/loki-third-party/-/packages/composer/packages.json
94+
composer config repositories.loki-checkout-dev composer https://gitlab.yireo.com/api/v4/group/loki-checkout-dev/-/packages/composer/packages.json
9395
composer config repositories.loki-checkout composer https://gitlab.yireo.com/api/v4/group/loki-checkout/-/packages/composer/packages.json
9496
fi
9597
98+
echo "Running additional composer actions"
9699
test -f "$GITHUB_WORKSPACE/.github/workflows/composer-additional.sh" && source "$GITHUB_WORKSPACE/.github/workflows/composer-additional.sh"
97100
test -f "$GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh" && source "$GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh"
98101
102+
echo "Configuring local sources"
99103
composer config repositories.local-source "{\"type\": \"path\", \"url\": \"$GITHUB_WORKSPACE\", \"options\": {\"symlink\": false}}"
100104
composer require --prefer-source -- "${COMPOSER_NAME}:@dev" loki-checkout/magento2-core-cli:@dev loki-checkout/magento2-functional-tests:@dev yireo/magento2-enable-module-sequence
101105

0 commit comments

Comments
 (0)