Skip to content

Commit 6e88f56

Browse files
authored
[CI] Add Android CI (#163)
### Motivation OpenAPI Runtime works on Android, we just don't CI it so it might regress. The SPI badge confirms the Android support here. ### Modifications Added CI for Android. ### Result More confidence when making changes that we're not breaking Android users. ### Test Plan PR CI.
1 parent 7cdf333 commit 6e88f56

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
@@ -62,6 +62,11 @@ jobs:
6262
# Workaround https://github.com/nektos/act/issues/1875
6363
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
6464

65+
android-sdk:
66+
name: Android Swift SDK
67+
# Workaround https://github.com/nektos/act/issues/1875
68+
uses: apple/swift-nio/.github/workflows/android_swift_sdk.yml@main
69+
6570
macos-tests:
6671
name: macOS tests
6772
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
# Workaround https://github.com/nektos/act/issues/1875
6767
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
6868

69+
android-sdk:
70+
name: Android Swift SDK
71+
# Workaround https://github.com/nektos/act/issues/1875
72+
uses: apple/swift-nio/.github/workflows/android_swift_sdk.yml@main
73+
6974
macos-tests:
7075
name: macOS tests
7176
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main

0 commit comments

Comments
 (0)