Skip to content

Commit d5f584f

Browse files
committed
Don't run webgpu tests on CI for now
1 parent 88dec1b commit d5f584f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci-test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)