Skip to content

Commit 23b23db

Browse files
committed
Update node.yml in CI
1 parent 4e080da commit 23b23db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
with:
4848
node-version: ${{ matrix.node-version }}
4949
working-directory: ${{ env.working_directory }}
50-
- run: yarn
51-
- run: yarn test
50+
- run: cd danfojs-node && yarn
51+
- run: cd danfojs-node && yarn test

0 commit comments

Comments
 (0)