Skip to content

Commit

Permalink
chore(deps): update cypress/included docker tag to v12.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 27, 2023
1 parent bd0f2f6 commit 3587452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,13 @@ jobs:
- run: docker-compose up -d php caddy frontend database docker-host

# pull cypress while container are starting up
- run: docker pull cypress/included:12.3.0
- run: docker pull cypress/included:12.4.1

# wait for backend & frontend to be up and running
- run: bash wait-for-container-startup.sh

# run end-to-end tests
- run: docker run -v $PWD:/e2e -w /e2e --network host -e CYPRESS_BASE_URL=http://localhost:3000 cypress/included:12.3.0
- run: docker run -v $PWD:/e2e -w /e2e --network host -e CYPRESS_BASE_URL=http://localhost:3000 cypress/included:12.4.1
working-directory: frontend

# print docker container logs (good for debugging; can be disabled again lateron)
Expand Down

0 comments on commit 3587452

Please sign in to comment.