Skip to content

Commit

Permalink
Move cypress to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-keller committed Jan 12, 2022
1 parent 91814c1 commit 2941f57
Show file tree
Hide file tree
Showing 2 changed files with 49,428 additions and 13,240 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ jobs:
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

cypress:
name: End-to-End tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v2
Loading

0 comments on commit 2941f57

Please sign in to comment.