Skip to content

Commit a5b9632

Browse files
committed
Update CI test cmd
1 parent aa002e2 commit a5b9632

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,4 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
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
27+
- run: yarn test

0 commit comments

Comments
 (0)