From c7b5e68b400c79040f2dd92ee1cc779224e463ee Mon Sep 17 00:00:00 2001 From: "C.Lee Taylor" <47312074+leet4tari@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:38:54 +0200 Subject: [PATCH] fix(ci): fix client path for nodejs (#4765) Description Fix client path for nodejs Motivation and Context --- How Has This Been Tested? Tested in local fork - nodejs updates works --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 34469137aa..5f48a53e40 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -133,7 +133,7 @@ jobs: npm run check-fmt npm run lint npm ci - cd ../clients/base_node_grpc_client + cd ../clients/nodejs/base_node_grpc_client npm install cd ../wallet_grpc_client npm install