浏览代码

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 <gbarnett@apple.com>
Rick Newton-Rogers 8 月之前
父节点
当前提交
6830cf0ea5
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      .github/workflows/main.yml
  2. 4 0
      .github/workflows/pull_request.yml

+ 4 - 0
.github/workflows/main.yml

@@ -42,3 +42,7 @@ jobs:
     with:
       name: "Plugin tests"
       matrix_string: '${{ needs.construct-plugin-tests-matrix.outputs.plugin-tests-matrix }}'
+
+  static-sdk:
+    name: Static SDK
+    uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

+ 4 - 0
.github/workflows/pull_request.yml

@@ -58,3 +58,7 @@ jobs:
     with:
       linux_5_9_enabled: false
       linux_5_10_enabled: false
+
+  static-sdk:
+    name: Static SDK
+    uses: apple/swift-nio/.github/workflows/static_sdk.yml@main