Skip to content

Commit a94df2d

Browse files
committed
Bump swift-nio in Package.resolved and add Android test CI
1 parent 218d7f2 commit a94df2d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ jobs:
5656
name: test-coverage-report
5757
path: .test-coverage
5858

59+
android:
60+
name: Test on Android
61+
runs-on: ubuntu-latest
62+
steps:
63+
- uses: actions/checkout@v4
64+
- name: Test
65+
uses: skiptools/swift-android-action@v2
66+
5967
backcompat-ubuntu-22_04:
6068
name: Test Swift ${{ matrix.swift }} on Ubuntu 22.04
6169
runs-on: ubuntu-22.04

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)