Skip to content

Merge pull request #82 from willemverbuyst/dependabot/npm_and_yarn/cy… #209

Merge pull request #82 from willemverbuyst/dependabot/npm_and_yarn/cy…

Merge pull request #82 from willemverbuyst/dependabot/npm_and_yarn/cy… #209

Workflow file for this run

name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v4
with:
start: npm run start
wait-on: 'http://localhost:1234'