From fdeb541e6408ff90956ecade88bbe9b3b35b9384 Mon Sep 17 00:00:00 2001 From: Ryan Laughlin Date: Thu, 1 Apr 2021 17:57:08 -0400 Subject: [PATCH] Try out GitHub Actions (#341) --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 000000000..61c268cc2 --- /dev/null +++ b/.github/workflows/ci.yml @@ -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