From 98e78943148dcf2563e0e03b07f2874db7e5f32d Mon Sep 17 00:00:00 2001 From: Walmyr Date: Mon, 24 Jun 2024 14:51:38 +0200 Subject: [PATCH] Configure the ci workflow --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 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 00000000..84e1d2e2 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,10 @@ +name: End-to-end tests +on: push +jobs: + cypress-run: + runs-on: ubuntu-22.04 + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Cypress run + uses: cypress-io/github-action@v6