Skip to content

Commit

Permalink
Revert "Temporary disable e2e tests"
Browse files Browse the repository at this point in the history
This reverts commit f6d2e89
  • Loading branch information
brankologeecom committed Dec 19, 2024
1 parent 6bd368e commit cda7f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
docker exec shopware6 bash -c "sudo mysql -u root -proot shopware -e \"UPDATE sales_channel_domain SET url='https://local.shopware.shop' WHERE url NOT LIKE 'default.%';\""
docker exec shopware6 bash -c \
"sudo mysql -u root -proot shopware -e \"SELECT @RULE_ID := id FROM rule WHERE name = 'All customers'; UPDATE shipping_method SET availability_rule_id = @RULE_ID;\""
docker exec shopware6 bash -c "sudo mysql -u root -proot shopware -e \"UPDATE system_config SET configuration_value='{\"enabled\": false}' WHERE configuration_key='core.basicInformation.cookieConsent';\""
docker network create localnetwork
docker network connect --alias local.shopware.shop localnetwork shopware6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/docker-compose.playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
playwright:
image: mcr.microsoft.com/playwright:v1.48.2-focal
image: mcr.microsoft.com/playwright:v1.49.1-focal
networks:
- localnetwork
shm_size: 1gb
Expand Down

0 comments on commit cda7f99

Please sign in to comment.