Skip to content

Commit

Permalink
Revert Shopware version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamara committed Dec 26, 2024
1 parent fb6bb6f commit beb47b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8.14
docker pull dockware/dev:6.5.2.1
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.8.14
--env PHP_VERSION=8.2 -d dockware/dev:6.5.2.1
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
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 @@ -16,7 +16,7 @@ services:
volumes:
- ../scripts/e2e.sh:/e2e.sh
- ../e2e/adyen-integration-tools-tests/:/tmp/adyen-integration-tools-tests/
- ../../test-report:/tmp/test-report
- ../../../test-report:/tmp/test-report

networks:
localnetwork:
Expand Down

0 comments on commit beb47b3

Please sign in to comment.