Skip to content

Commit ad56ea1

Browse files
committed
Add Wasm CI
1 parent 6e88f56 commit ad56ea1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ jobs:
6767
# Workaround https://github.com/nektos/act/issues/1875
6868
uses: apple/swift-nio/.github/workflows/android_swift_sdk.yml@main
6969

70+
wasm-sdk:
71+
name: WebAssembly Swift SDK
72+
# Workaround https://github.com/nektos/act/issues/1875
73+
uses: apple/swift-nio/.github/workflows/wasm_swift_sdk.yml@main
74+
with:
75+
additional_command_arguments: "--target OpenAPIRuntime"
76+
7077
macos-tests:
7178
name: macOS tests
7279
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ jobs:
7171
# Workaround https://github.com/nektos/act/issues/1875
7272
uses: apple/swift-nio/.github/workflows/android_swift_sdk.yml@main
7373

74+
wasm-sdk:
75+
name: WebAssembly Swift SDK
76+
# Workaround https://github.com/nektos/act/issues/1875
77+
uses: apple/swift-nio/.github/workflows/wasm_swift_sdk.yml@main
78+
with:
79+
additional_command_arguments: "--target OpenAPIRuntime"
80+
7481
macos-tests:
7582
name: macOS tests
7683
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main

0 commit comments

Comments
 (0)