Skip to content

Demo: add cypress and initial workflow #1

Demo: add cypress and initial workflow

Demo: add cypress and initial workflow #1

Workflow file for this run

name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Cypress run
uses: cypress-io/github-action@v1
with:
build: npm run cy:run
wait-on: http://localhost:4200