Skip to content

Commit

Permalink
Merge pull request #28 from marcprux/main
Browse files Browse the repository at this point in the history
Add Android test CI
  • Loading branch information
younata authored Jan 9, 2025
2 parents 9eb0edc + c7d2690 commit 28e5f84
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 28e5f84

Please sign in to comment.