Skip to content

Merge branch 'main' into version-1 #23

Merge branch 'main' into version-1

Merge branch 'main' into version-1 #23

Workflow file for this run

name: Cypress Tests
on: [push]
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.2.0 # use the explicit version number
with:
build: npm run build
start: npm start
wait-on: 'http://localhost:4200'