We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09c11b commit 1ef5eb5Copy full SHA for 1ef5eb5
1 file changed
.github/workflows/pull_request.yml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
tests_with_docker_embedded_swift:
12
+ if: false # TODO: re-enable
13
name: Test Embedded Swift SDKs
14
uses: ./.github/workflows/swift_package_test.yml
15
with:
@@ -21,6 +22,7 @@ jobs:
21
22
enable_embedded_wasm_sdk_build: true
23
24
tests_with_docker:
25
26
name: Test with Docker
27
28
@@ -65,6 +67,7 @@ jobs:
65
67
windows_os_versions: '["windows-2022", "windows-11-arm"]'
66
68
69
tests_macos:
70
71
name: Test
72
73
@@ -77,6 +80,7 @@ jobs:
77
80
xcrun swift build
78
81
79
82
build_tests_ios:
83
84
name: Build iOS Tests
85
86
0 commit comments