From b0bfeeeeef4f64edd1c46b2accecb7e1ee0b638c Mon Sep 17 00:00:00 2001 From: Theo Pascoli Date: Thu, 9 Jan 2025 13:46:25 +0100 Subject: [PATCH] test: first commit to add cypress tests to github actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a6a2d5cbc..533a0cc65b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -164,7 +164,7 @@ jobs: cypress-run: needs: npm-build - runs-on: ubuntu-24.04 + runs-on: ubuntu-20.04 steps: - name: Checkout uses: actions/checkout@v4