Skip to content

Commit 8cc47c9

Browse files
committed
e2e: fix chrome version to 140 for Cypress in CI
1 parent 798c056 commit 8cc47c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
uses: cypress-io/[email protected]
326326
with:
327327
install: false
328-
browser: chrome
328+
browser: chromium
329329
headed: true
330330
working-directory: tests/end2end
331331
spec: cypress/integration/*-ghaction.js

0 commit comments

Comments
 (0)