Skip to content

fix: ensure confirmation state persists across sessions #3579

fix: ensure confirmation state persists across sessions

fix: ensure confirmation state persists across sessions #3579

Workflow file for this run

name: Cypress
on:
push:
pull_request:
types: [opened, edited, ready_for_review]
jobs:
cypress-run:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
browser: chrome
build: npm run build
start: npm run dev