Skip to content

Commit eac5c6c

Browse files
authored
Update pull_request.yml
1 parent be0b59d commit eac5c6c

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.github/workflows/pull_request.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,9 @@ on:
44
pull_request:
55
types: [opened, reopened, synchronize]
66

7-
jobs:
8-
tests:
9-
name: Test
10-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11-
with:
12-
linux_build_command: "cd AudioWorkstation/Guest && ./build.sh"
13-
linux_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
14-
enable_windows_checks: false
15-
16-
wasm-sdk:
17-
name: WebAssembly Swift SDK
7+
jobs:
8+
audio-workstation:
9+
name: Build AudioWorkstation
1810
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1911
with:
2012
enable_wasm_sdk_build: true
@@ -23,6 +15,16 @@ jobs:
2315
swift_flags: --package-path AudioWorkstation/Guest --product Plotter
2416
swift_nightly_flags: --package-path AudioWorkstation/Guest --product Plotter
2517

18+
webgpu-demo:
19+
name: Build WebGPUDemo
20+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
21+
with:
22+
enable_wasm_sdk_build: true
23+
enable_linux_checks: false
24+
enable_windows_checks: false
25+
swift_flags: --package-path WebGPUDemo
26+
swift_nightly_flags: --package-path WebGPUDemo
27+
2628
soundness:
2729
name: Soundness
2830
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)