Skip to content

Commit

Permalink
Update CI cypress image (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefcameron authored Feb 9, 2023
1 parent d217809 commit 21d69aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,15 @@ jobs:
run: yarn build

e2e:
runs-on: ubuntu-20.04 # cypress/browsers image supports Ubuntu 18-20
runs-on: ubuntu-22.04
strategy:
matrix:
browser: [chrome, firefox]
timeout-minutes: 20
container:
# https://hub.docker.com/r/cypress/browsers/tags
image: cypress/browsers:node14.17.0-chrome88-ff89
# NOTE: at least Chrome 102 is required for testing `inert` attribute support
image: cypress/browsers:node18.12.0-chrome106-ff106
options: --user 1001 --shm-size=2g # @see https://github.com/cypress-io/github-action/issues/104#issuecomment-666047965
steps:
- name: Checkout
Expand All @@ -76,7 +77,7 @@ jobs:
- name: Test E2E
# https://github.com/cypress-io/github-action
# https://github.com/cypress-io/code-coverage
uses: cypress-io/github-action@v4 # will run all tests found per cypress.config.js
uses: cypress-io/github-action@v5 # will run all tests found per cypress.config.js
with:
start: yarn start
browser: ${{ matrix.browser }}

0 comments on commit 21d69aa

Please sign in to comment.