Skip to content

Commit 23175ea

Browse files
committed
Run WebGPU tests on self-hosted runner
1 parent 117ab93 commit 23175ea

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
include:
1717
- os: ubuntu-latest
1818
browser: chrome
19-
# - os: windows-latest
20-
# browser: chrome
19+
- os: self-hosted
20+
browser: chrome
2121

2222
runs-on: ${{ matrix.os }}
2323

@@ -44,11 +44,11 @@ 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
47+
- name: Build and test WebGPU (Ubuntu)
48+
if: matrix.os == 'self-hosted'
49+
run: npm test -- --project=unit-tests-webgpu
50+
env:
51+
CI: true
5252

5353
- name: Build and test (Ubuntu)
5454
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)