Skip to content

Bump eslint from 8.57.0 to 9.10.0 in /demo #1137

Bump eslint from 8.57.0 to 9.10.0 in /demo

Bump eslint from 8.57.0 to 9.10.0 in /demo #1137

Workflow file for this run

name: End-to-end tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v4
with:
working-directory: demo
start: npm run serve
wait-on: 'http://localhost:8080'
browser: chrome