Skip to content

ci: migrate github action workflows to ubuntu-24.04 (#892) #633

ci: migrate github action workflows to ubuntu-24.04 (#892)

ci: migrate github action workflows to ubuntu-24.04 (#892) #633

Workflow file for this run

name: Chrome Docker
on: [push, workflow_dispatch]
jobs:
# run Chrome inside a Docker container
chrome:
runs-on: ubuntu-24.04
# https://github.com/cypress-io/cypress-docker-images
container: cypress/browsers:node-20.14.0-chrome-126.0.6478.114-1-ff-127.0.1-edge-126.0.2592.61-1
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Chrome
uses: cypress-io/github-action@v6
timeout-minutes: 10
with:
build: npm run build
start: npm start
browser: chrome