Skip to content

Commit

Permalink
temp: check node path
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Jul 19, 2023
1 parent c1c645a commit 392dd63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/azure-pipelines/linux/product-build-linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ steps:
displayName: Run unit tests (Electron)
timeoutInMinutes: 15

- script: NODE=$(node build/lib/node.js) yarn test-node
- script: |
set -e
echo $(node build/lib/node.js)
NODE=$(node build/lib/node.js) yarn test-node
displayName: Run unit tests (node.js)
timeoutInMinutes: 15
Expand Down

0 comments on commit 392dd63

Please sign in to comment.