mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-01-15 21:12:14 +01:00
Add GitHub Action for cypress
This commit is contained in:
10
.github/workflows/main.yml
vendored
Normal file
10
.github/workflows/main.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user