Skip to content

Commit bd4733d

Browse files
committed
Update node.yml actions file to run full test
1 parent 23b23db commit bd4733d

1 file changed

Lines changed: 3 additions & 24 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,9 @@ on:
1010
branches: [ master ]
1111

1212
jobs:
13-
# test_browser:
14-
15-
# runs-on: ubuntu-latest
16-
# env:
17-
# browser_directory: ./danfojs-browser
18-
19-
# strategy:
20-
# matrix:
21-
# node-version: [10.x, 12.x, 14.x]
22-
23-
# steps:
24-
# - uses: actions/checkout@v2
25-
# - name: Use Node.js ${{ matrix.node-version }}
26-
# uses: actions/setup-node@v1
27-
# with:
28-
# node-version: ${{ matrix.node-version }}
29-
# - run: cd danfojs-browser
30-
# - run: yarn
31-
# - run: yarn test
32-
3313
test_node:
3414

35-
runs-on: ubuntu-latest
36-
env:
37-
working_directory: ./danfojs-node
15+
runs-on: ubuntu-latest
3816

3917
strategy:
4018
matrix:
@@ -46,6 +24,7 @@ jobs:
4624
uses: actions/setup-node@v1
4725
with:
4826
node-version: ${{ matrix.node-version }}
49-
working-directory: ${{ env.working_directory }}
5027
- run: cd danfojs-node && yarn
5128
- run: cd danfojs-node && yarn test
29+
- run: cd danfojs-browser && yarn
30+
- run: cd danfojs-browser && yarn test

0 commit comments

Comments
 (0)