Skip to content

Update index.tsx

Update index.tsx #307

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