mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-07-15 18:51:52 +02:00
Add GitHub Action for cypress
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user