Add GitHub Action for cypress

This commit is contained in:
2022-07-23 17:30:36 +02:00
committed by GitHub
parent 2f8b013214
commit f070322094

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

@@ -0,0 +1,10 @@
name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v4