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 aa002e2 commit a5b9632Copy full SHA for a5b9632
.github/workflows/node.js.yml
@@ -24,7 +24,4 @@ jobs:
24
uses: actions/setup-node@v1
25
with:
26
node-version: ${{ matrix.node-version }}
27
- - run: cd danfojs-node && yarn
28
- - run: cd danfojs-node && yarn test:clean
29
- - run: cd danfojs-browser && yarn
30
- - run: cd danfojs-browser && yarn test:clean
+ - run: yarn test
0 commit comments