Skip to content

Commit

Permalink
Cheange Shopware version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamara committed Dec 26, 2024
1 parent ca32b5a commit fb6bb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

- name: Initiate Dockware
run: |
docker pull dockware/dev:6.5.3.0
docker pull dockware/dev:6.5.8.14
docker run --rm -p 443:443 --name shopware6 \
--mount type=bind,source="$(pwd)",target=/data/extensions/workdir \
--env PHP_VERSION=8.2 -d dockware/dev:6.5.3.0
--env PHP_VERSION=8.2 -d dockware/dev:6.5.8.14
sleep 30
docker logs shopware6
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.%';\""
Expand Down

0 comments on commit fb6bb6f

Please sign in to comment.