Skip to content

Commit

Permalink
fix(ci): fix client path for nodejs (#4765)
Browse files Browse the repository at this point in the history
Description
Fix client path for nodejs

Motivation and Context
---

How Has This Been Tested?
Tested in local fork - nodejs updates works
  • Loading branch information
leet4tari committed Oct 3, 2022
1 parent dd1d993 commit c7b5e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Expand Up @@ -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
Expand Down

0 comments on commit c7b5e68

Please sign in to comment.