Skip to content

Update README.md

Update README.md #21

Workflow file for this run

name: e2e
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Build dist
run: yarn build
- name: Run e2e tests
run: yarn cypress:headless