Skip to content

Apply workflow to all pushes and PRs #3

Apply workflow to all pushes and PRs

Apply workflow to all pushes and PRs #3

Workflow file for this run

name: Chrome
on:
push:
pull_request:
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
chrome:
runs-on: ubuntu-22.04
name: E2E on Chrome
steps:
- uses: actions/checkout@v4
- uses: cypress-io/github-action@v6
with:
browser: chrome