add github action
This commit is contained in:
parent
39e83c0963
commit
76b495d461
1 changed files with 15 additions and 0 deletions
15
.github/workflows/main.yml
vendored
Normal file
15
.github/workflows/main.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue