Skip to content

Commit

Permalink
Merge pull request #5238 from usu/chore/upgrade-cypress-action
Browse files Browse the repository at this point in the history
chore: upgrade cypress-io/github-action to v6
  • Loading branch information
BacLuc committed May 26, 2024
2 parents d278487 + 10ee165 commit 558ff78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-e2e-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# start necessary containers
- run: docker compose up -d php caddy frontend pdf print browserless database docker-host http-cache mail

- uses: cypress-io/github-action@v5
- uses: cypress-io/github-action@v6
with:
working-directory: e2e
browser: ${{ matrix.browser }}
Expand Down

0 comments on commit 558ff78

Please sign in to comment.