File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 28
28
- name : Run Tests
29
29
run : |
30
30
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
44
31
test-python-versions :
45
32
runs-on : ${{ matrix.os }}
46
33
strategy :
62
49
- name : Run Tests
63
50
run : |
64
51
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