add github action

This commit is contained in:
anarch3 2022-11-21 14:20:46 -05:00
parent 39e83c0963
commit 76b495d461

15
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Cypress Testing
on: [push]
jobs:
cypress-run :
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v4.x.xd
with:
build: npm run build
start: npm start