diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..27f3811 --- /dev/null +++ b/.github/workflows/main.yml @@ -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