We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e080da commit 23b23dbCopy full SHA for 23b23db
1 file changed
.github/workflows/node.js.yml
@@ -47,5 +47,5 @@ jobs:
47
with:
48
node-version: ${{ matrix.node-version }}
49
working-directory: ${{ env.working_directory }}
50
- - run: yarn
51
- - run: yarn test
+ - run: cd danfojs-node && yarn
+ - run: cd danfojs-node && yarn test
0 commit comments