Skip to content

Commit 67123bc

Browse files
committed
organize test workflow
1 parent b336a3b commit 67123bc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,6 @@ jobs:
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:
@@ -62,3 +49,16 @@ jobs:
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

0 commit comments

Comments
 (0)