Skip to content

Commit 9805b8d

Browse files
authored
Update pull_request.yml
1 parent 5da6565 commit 9805b8d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ jobs:
2323
enable_windows_checks: false
2424
swift_flags: --package-path AudioWorkstation/ServerHost
2525

26+
webgpu-demo:
27+
name: Build WebGPU Demo
28+
uses: MaxDesiatov/github-workflows/.github/workflows/swift_package_test.yml@patch-1
29+
with:
30+
enable_embedded_wasm_sdk_build: true
31+
enable_linux_checks: false
32+
enable_windows_checks: false
33+
swift_flags: --package-path WebGPUDemo
34+
2635
soundness:
2736
name: Soundness
2837
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)