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

Commit 5f89be6

Browse files
committed
Fix gh action cypress image to use chrome 116
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
1 parent d3c1be1 commit 5f89be6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
name: Integration test
88
if: "!github.event.deleted"
99
runs-on: ubuntu-latest
10+
container:
11+
image: cypress/browsers:node-20.6.1-chrome-116.0.5845.187-1-ff-117.0-edge-116.0.1938.76-1
12+
options: --user 1001
1013
steps:
1114
- uses: actions/checkout@master
1215
- name: Setup Node

0 commit comments

Comments
 (0)