Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.6.0 to 8.7.0 #2227

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.6.0 to 8.7.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.6.0 to 8.7.0 #2227

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'