Fix tests

This commit is contained in:
Sidharth Vinod
2021-05-24 19:40:23 +05:30
parent e9523a40e6
commit ecd1d3483e
9 changed files with 35 additions and 33 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Cypress Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: yarn build
start: yarn preview