We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07231f6 commit 12cc21dCopy full SHA for 12cc21d
.github/workflows/pull_request.yml
@@ -12,6 +12,18 @@ jobs:
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
+ 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
27
soundness:
28
name: Soundness
29
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments