Skip to content

Commit be0b59d

Browse files
authored
Update pull_request.yml
1 parent 5b5c1f6 commit be0b59d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ jobs:
1212
linux_build_command: "cd AudioWorkstation/Guest && ./build.sh"
1313
linux_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
1414
enable_windows_checks: false
15+
16+
wasm-sdk:
17+
name: WebAssembly Swift SDK
18+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
19+
with:
20+
enable_wasm_sdk_build: true
21+
enable_linux_checks: false
22+
enable_windows_checks: false
23+
swift_flags: --package-path AudioWorkstation/Guest --product Plotter
24+
swift_nightly_flags: --package-path AudioWorkstation/Guest --product Plotter
25+
1526
soundness:
1627
name: Soundness
1728
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)