Skip to content

Update CHANGELOG.md file #91

Update CHANGELOG.md file

Update CHANGELOG.md file #91

Workflow file for this run

name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-16.04
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
# - run: npm install
- name: Cypress run
uses: cypress-io/github-action@v2
with:
start: npm start
wait-on: "http://localhost:3000"