Skip to content

Commit

Permalink
Update Cypress container
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Jan 30, 2025
1 parent 08b7c33 commit 624cf4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-2-end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Start the Magento container
run: |
openssl req -x509 -newkey rsa:4096 -keyout .github/workflows/templates/nginx-proxy/magento.test.key -out .github/workflows/templates/nginx-proxy/magento.test.crt -days 365 -nodes -subj "/CN=magento.test" && \
docker compose -f .github/workflows/templates/docker-compose.yml up -d
docker compose -f .github/workflows/templates/docker-compose.yml up -d --quiet-pull
# Get the URL from ngrok
docker compose -f .github/workflows/templates/docker-compose.yml logs ngrok
MAGENTO_URL=$(docker exec magento-project-community-edition /bin/bash -c "curl -s ngrok:4040/api/tunnels |jq -r \".tunnels[0].public_url\"")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/included:13.6.2
FROM cypress/included:14.0.1

WORKDIR /e2e

Expand Down

0 comments on commit 624cf4a

Please sign in to comment.