1 parent 117ab93 commit 23175eaCopy full SHA for 23175ea
1 file changed
.github/workflows/ci-test.yml
@@ -16,8 +16,8 @@ jobs:
16
include:
17
- os: ubuntu-latest
18
browser: chrome
19
- # - os: windows-latest
20
- # browser: chrome
+ - os: self-hosted
+ browser: chrome
21
22
runs-on: ${{ matrix.os }}
23
@@ -44,11 +44,11 @@ jobs:
44
env:
45
CI: true
46
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
+ - name: Build and test WebGPU (Ubuntu)
+ if: matrix.os == 'self-hosted'
+ run: npm test -- --project=unit-tests-webgpu
+ env:
+ CI: true
52
53
- name: Build and test (Ubuntu)
54
if: matrix.os == 'ubuntu-latest'
0 commit comments