Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Fix gh action cypress image to use chrome 116
Browse files Browse the repository at this point in the history
Because of errors in the communication between Cypress and Chrome 117+
we need to make sure that we run Chrome 116.
This is a temporary solution and we should upgrade the cypress action
in the future as a part of the work involved in upgrading Cypress.

The GitHub issue that lead us to the problem:
cypress-io/cypress#27804
  • Loading branch information
spaceo committed Sep 27, 2023
1 parent d3c1be1 commit 5f89be6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
name: Integration test
if: "!github.event.deleted"
runs-on: ubuntu-latest
container:
image: cypress/browsers:node-20.6.1-chrome-116.0.5845.187-1-ff-117.0-edge-116.0.1938.76-1
options: --user 1001
steps:
- uses: actions/checkout@master
- name: Setup Node
Expand Down

0 comments on commit 5f89be6

Please sign in to comment.