Skip to content

build(deps-dev): bump eslint from 9.10.0 to 9.11.0 #2219

build(deps-dev): bump eslint from 9.10.0 to 9.11.0

build(deps-dev): bump eslint from 9.10.0 to 9.11.0 #2219

Workflow file for this run

name: Cypress Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v4
with:
start: npm start -- --host
wait-on: 'http://localhost:5173'