Skip to content

Commit 12cc21d

Browse files
authored
Update pull_request.yml
1 parent 07231f6 commit 12cc21d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ 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+
dom-ref-types:
17+
name: Build DOMRefTypes Demo
18+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
19+
with:
20+
enable_embedded_wasm_sdk_build: true
21+
wasm_exclude_swift_versions: '[{"swift_version": "nightly-6.2"}]'
22+
enable_linux_checks: false
23+
enable_macos_checks: false
24+
enable_windows_checks: false
25+
swift_flags: --package-path DOMRefTypes
26+
1527
soundness:
1628
name: Soundness
1729
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)