Skip to content

Finally everything okay! #9

Finally everything okay!

Finally everything okay! #9

Workflow file for this run

name: End-to-end tests
on: [push, pull_request]
jobs:
cypress-run:
runs-on: ubuntu-16.04
steps:
- name: Checkout
uses: actions/checkout@v1
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
start: npm run dev