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, }, {