From 85a8770292e20afd75912e7aba45e28c8ceab31b Mon Sep 17 00:00:00 2001 From: Martijn Dirkse Date: Fri, 22 Nov 2024 15:36:45 +0100 Subject: [PATCH] Simplify --- .github/workflows/testing.js.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/testing.js.yml b/.github/workflows/testing.js.yml index febcf270..50d8b826 100644 --- a/.github/workflows/testing.js.yml +++ b/.github/workflows/testing.js.yml @@ -94,11 +94,7 @@ jobs: ${{ runner.os }}-cypress- - name: Choose tests to run - choice is ${{ matrix.selection }} - run: sed "s|SELECTION|\"selection\":\"${{ matrix.selection }}\",|g" cypress.env.json.cicd.template > cypress.env.json.cicd - working-directory: ladybug-frontend - - - name: Set Cypress environment variables - default selection - run: cp cypress.env.json.cicd cypress.env.json + run: sed "s|SELECTION|\"selection\":\"${{ matrix.selection }}\",|g" cypress.env.json.cicd.template > cypress.env.json working-directory: ladybug-frontend - name: Run linter