Skip to content

Commit e1c9d54

Browse files
authored
Add static SDK CI workflow (#146)
Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main.
1 parent 81c309c commit e1c9d54

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ jobs:
2323
with:
2424
name: "Integration test"
2525
matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"
26+
27+
static-sdk:
28+
name: Static SDK
29+
# Workaround https://github.com/nektos/act/issues/1875
30+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ jobs:
2828
name: "Integration test"
2929
matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"
3030
matrix_linux_nightly_main_enabled: false
31+
32+
static-sdk:
33+
name: Static SDK
34+
# Workaround https://github.com/nektos/act/issues/1875
35+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

0 commit comments

Comments
 (0)