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 @@ -14,11 +14,11 @@ jobs:
1414 strategy :
1515 matrix :
1616 include :
17- # - os: ubuntu-latest
18- # browser: chrome
19- - os : windows-latest
17+ - os : ubuntu-latest
2018 browser : chrome
21-
19+ # - os: windows-latest
20+ # browser: chrome
21+
2222 runs-on : ${{ matrix.os }}
2323
2424 steps :
@@ -44,18 +44,18 @@ jobs:
4444 env :
4545 CI : true
4646
47- - name : Build and test (Ubuntu)
48- if : matrix.os == 'windows-latest'
49- run : npm test -- --project=unit-tests-webgpu
50- env :
51- CI : true
52-
5347 # - name: Build and test (Ubuntu)
54- # if: matrix.os == 'ubuntu -latest'
55- # run: npm test -- --project=unit-tests
48+ # if: matrix.os == 'windows -latest'
49+ # run: npm test -- --project=unit-tests-webgpu
5650 # env:
5751 # CI: true
58-
52+
53+ - name : Build and test (Ubuntu)
54+ if : matrix.os == 'ubuntu-latest'
55+ run : npm test -- --project=unit-tests
56+ env :
57+ CI : true
58+
5959 - name : Report test coverage
6060 run : bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json
6161 env :
You can’t perform that action at this time.
0 commit comments