Download latest version of Chrome for Cypress tests (#3964)
This commit is contained in:
parent
b4c4ddc797
commit
1f3b08a605
1 changed files with 6 additions and 0 deletions
6
.github/workflows/cypress.yml
vendored
6
.github/workflows/cypress.yml
vendored
|
@ -124,6 +124,12 @@ jobs:
|
|||
KEYCLOAK_ADMIN: admin
|
||||
KEYCLOAK_ADMIN_PASSWORD: admin
|
||||
|
||||
- name: Install Google Chrome
|
||||
uses: abhi1693/setup-browser@v0.3.4
|
||||
with:
|
||||
browser: chrome
|
||||
version: latest
|
||||
|
||||
- name: Run Cypress
|
||||
uses: cypress-io/github-action@v5
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Reference in a new issue