Skip to content

Commit 28e5f84

Browse files
authored
Merge pull request #28 from marcprux/main
Add Android test CI
2 parents 9eb0edc + c7d2690 commit 28e5f84

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci-swiftpm.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,12 @@ jobs:
5757
if: ${{ needs.filter.outputs.should_skip != 'true' }}
5858
- run: swift test
5959
if: ${{ needs.filter.outputs.should_skip != 'true' }}
60+
61+
swiftpm_android:
62+
name: SwiftPM, Android
63+
needs: filter
64+
runs-on: ubuntu-latest
65+
steps:
66+
- uses: actions/checkout@v4
67+
- uses: skiptools/swift-android-action@v2
68+

0 commit comments

Comments
 (0)