Skip to content

Commit

Permalink
only install node and fe dependencies if e2e tests run
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 ee616b8 commit 42d059d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup_tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ 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 42d059d

Please sign in to comment.