Add Cypress workflow

This commit is contained in:
Jeremy Thomas
2021-10-30 23:46:17 +01:00
parent 74b9b1e665
commit 5f0932f239
3 changed files with 14 additions and 0 deletions

12
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-20.04
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