Skip to content

Commit 6830cf0

Browse files
rnroglbrntt
andauthored
Add static SDK CI workflow (#55)
Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main. --------- Co-authored-by: George Barnett <[email protected]>
1 parent 63982ca commit 6830cf0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ jobs:
4242
with:
4343
name: "Plugin tests"
4444
matrix_string: '${{ needs.construct-plugin-tests-matrix.outputs.plugin-tests-matrix }}'
45+
46+
static-sdk:
47+
name: Static SDK
48+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,7 @@ jobs:
5858
with:
5959
linux_5_9_enabled: false
6060
linux_5_10_enabled: false
61+
62+
static-sdk:
63+
name: Static SDK
64+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

0 commit comments

Comments
 (0)