Skip to content

Commit

Permalink
Change Shopware version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamara committed Dec 26, 2024
1 parent 879dcb0 commit ca32b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2.1
docker pull dockware/dev:6.5.3.0
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.2.1
--env PHP_VERSION=8.2 -d dockware/dev:6.5.3.0
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 Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: html-report
path: ../test-report
path: test-report

- name: Copy Adyen api logs from container if available
if: always()
Expand Down

0 comments on commit ca32b5a

Please sign in to comment.