File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 branches : [ master ]
1111
1212jobs :
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 :
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
You can’t perform that action at this time.
0 commit comments