From b6b20b728c9a220718aa3a1be641c696c39a77b7 Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Mon, 25 Nov 2024 21:26:38 +0000 Subject: [PATCH] remove the condition as it will be done in a separate ticket Signed-off-by: Huong Nguyen --- .github/actions/setup_tests/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/setup_tests/action.yml b/.github/actions/setup_tests/action.yml index ed88b79292..4de29e785a 100644 --- a/.github/actions/setup_tests/action.yml +++ b/.github/actions/setup_tests/action.yml @@ -37,11 +37,9 @@ runs: uses: "./.github/actions/install_kedro_and_python_dependencies" - name: Setup Node.js and Install Dependencies - if: github.workflow == 'e2e-tests.yml' uses: "./.github/actions/install_node_dependencies" - name: Build React application - if: github.workflow == 'e2e-tests.yml' run: |- node -v make build