From 5c862e960b9e6e50e6311cda33281f1d6adce3e7 Mon Sep 17 00:00:00 2001 From: Walmyr Date: Thu, 28 Sep 2023 17:51:17 +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..d64747cb --- /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@v3 + - name: Cypress run + uses: cypress-io/github-action@v6