Skip to content

Minor style improvements #35

Minor style improvements

Minor style improvements #35

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@v6
with:
start: npm run start
wait-on: http://localhost:4200