Skip to content

build(deps-dev): bump eslint from 8.38.0 to 8.39.0 #1412

build(deps-dev): bump eslint from 8.38.0 to 8.39.0

build(deps-dev): bump eslint from 8.38.0 to 8.39.0 #1412

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
wait-on: 'http://localhost:8080'