Try out GitHub Actions (#341)

This commit is contained in:
Ryan Laughlin
2021-04-01 17:57:08 -04:00
committed by GitHub
parent ed3bb9a0d8
commit fdeb541e64

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

@@ -0,0 +1,12 @@
name: CI
on:
- pull_request
jobs:
cypress-run:
name: Cypress tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@25a956c84d5dd820d28caab9f86b8d183aeeff3d # v2
- name: Cypress run
uses: cypress-io/github-action@9eab5368cd2520a946489cd3f937583ff5a30443 # v2