Skip to content

Commit

Permalink
remove the condition as it will be done in a separate ticket
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <huongg1409@gmail>
  • Loading branch information
Huong Nguyen committed Nov 25, 2024
1 parent e8c30c7 commit b6b20b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setup_tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6b20b7

Please sign in to comment.