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