Skip to content

Commit 2941f57

Browse files
committed
Move cypress to GitHub actions
1 parent 91814c1 commit 2941f57

File tree

2 files changed

+49428
-13240
lines changed

2 files changed

+49428
-13240
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@ jobs:
2121
uses: coverallsapp/github-action@1.1.3
2222
with:
2323
github-token: ${{ secrets.GITHUB_TOKEN }}
24-
24+
cypress:
25+
name: End-to-End tests
26+
runs-on: ubuntu-latest
27+
steps:
28+
- uses: actions/checkout@v2
29+
- name: Cypress run
30+
uses: cypress-io/github-action@v2

0 commit comments

Comments
 (0)