Skip to content

Commit

Permalink
Add Android test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Jan 6, 2025
1 parent 9eb0edc commit c7d2690
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,12 @@ jobs:
if: ${{ needs.filter.outputs.should_skip != 'true' }}
- run: swift test
if: ${{ needs.filter.outputs.should_skip != 'true' }}

swiftpm_android:
name: SwiftPM, Android
needs: filter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: skiptools/swift-android-action@v2

0 comments on commit c7d2690

Please sign in to comment.