Skip to content

Commit c30a475

Browse files
committed
Add swift-nio to tests cases being run
1 parent 069b38c commit c30a475

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
ARTIFACT_PATH=$(realpath ${WORKDIR}/products/*.artifactbundle.tar.gz)
9696
echo "artifact-path=${ARTIFACT_PATH}" >> $GITHUB_OUTPUT
97-
echo "sdk-id=x86_64-unknown-linux-android23" >> $GITHUB_OUTPUT
97+
echo "sdk-id=x86_64-unknown-linux-android24" >> $GITHUB_OUTPUT
9898
9999
ARTIFACT_EXT=".artifactbundle.tar.gz"
100100
ARTIFACT_NAME="$(basename ${ARTIFACT_PATH} ${ARTIFACT_EXT})"
@@ -194,3 +194,17 @@ jobs:
194194
installed-sdk: ${{ steps.info.outputs.sdk-id }}
195195
installed-swift: ${{ steps.info.outputs.swift-root }}
196196

197+
- name: Checkout swift-nio
198+
if: ${{ matrix.runner != 'self-hosted' }}
199+
uses: actions/checkout@v4
200+
with:
201+
repository: apple/swift-nio
202+
path: swift-nio
203+
- name: Test swift-nio
204+
if: ${{ matrix.runner != 'self-hosted' }}
205+
uses: skiptools/swift-android-action@main
206+
with:
207+
package-path: swift-nio
208+
installed-sdk: ${{ steps.info.outputs.sdk-id }}
209+
installed-swift: ${{ steps.info.outputs.swift-root }}
210+

0 commit comments

Comments
 (0)