Skip to content

Commit 164c1f5

Browse files
committed
Install in the right directory
1 parent 570b25a commit 164c1f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
uses: actions/setup-node@v1
3030
with:
3131
node-version: ${{ matrix.node-version }}
32-
- run: npm install
33-
- run: node nodejs/test.js dump verbose
32+
- run: cd nodejs; npm install
33+
- run: cd nodejs; node test.js dump verbose

0 commit comments

Comments
 (0)