File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 2828 - name : Run Tests
2929 run : |
3030 nox -s test -- pytest[--headless]
31- test-javascript :
32- runs-on : ubuntu-latest
33- steps :
34- - uses : actions/checkout@v2
35- - uses : actions/setup-node@v2
36- with :
37- node-version : " 14"
38- - name : Test Javascript
39- working-directory : ./src/idom/client/app
40- run : |
41- npm --version
42- npm install
43- npm test
4431 test-python-versions :
4532 runs-on : ${{ matrix.os }}
4633 strategy :
6249 - name : Run Tests
6350 run : |
6451 nox -s test -- pytest[--headless,--no-cov]
52+ test-javascript :
53+ runs-on : ubuntu-latest
54+ steps :
55+ - uses : actions/checkout@v2
56+ - uses : actions/setup-node@v2
57+ with :
58+ node-version : " 14"
59+ - name : Test Javascript
60+ working-directory : ./src/idom/client/app
61+ run : |
62+ npm --version
63+ npm install
64+ npm test
You can’t perform that action at this time.
0 commit comments