Skip to content

#140 Fix Globals, Home, Dataset, Dataset Detail, Build Data #302

#140 Fix Globals, Home, Dataset, Dataset Detail, Build Data

#140 Fix Globals, Home, Dataset, Dataset Detail, Build Data #302

Workflow file for this run

name: e2e tests with Cypress
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: npm run build
start: npm run start