Skip to content

Bump eslint-plugin-vue from 9.27.0 to 9.28.0 in /demo #1134

Bump eslint-plugin-vue from 9.27.0 to 9.28.0 in /demo

Bump eslint-plugin-vue from 9.27.0 to 9.28.0 in /demo #1134

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