From eb804fdae729098908e2395a09cf33461242e893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez?= Date: Tue, 19 Mar 2024 16:06:04 +0100 Subject: [PATCH] skipping tests conditionally --- .github/workflows/testing-client.yml | 2 ++ client/next.config.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing-client.yml b/.github/workflows/testing-client.yml index d13e8bf7b..b94eb4c1b 100644 --- a/.github/workflows/testing-client.yml +++ b/.github/workflows/testing-client.yml @@ -36,6 +36,8 @@ jobs: run: yarn install --immutable - name: Cypress run + # ! REMOVE THIS LINE IF YOU PLAN TO MERGE THIS CODE INTO THE MAIN BRANCH AND THE ENV VAR IN GITHUB ACTIONS + if: ${{ env.CYPRESS_SKIP_TESTS == 'undefined' }} uses: cypress-io/github-action@v5 with: record: true diff --git a/client/next.config.js b/client/next.config.js index db7532e5d..316c22618 100644 --- a/client/next.config.js +++ b/client/next.config.js @@ -8,7 +8,7 @@ const nextConfig = { return [ { source: '/', - destination: '/eurd', + destination: '/eudr', permanent: false, }, {