swiftlang / swiftlang/github-workflows
Add ability to run Android tests against multiple API levels
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 115
- Forks
- 57
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 3
Description
From the suggestion at https://github.com/apple/swift-collections/pull/558#issuecomment-3756905525:
One elaboration to the official Android workflow that would be useful is to be able to specify multiple target triples to run the Android emulator with. That way, we could test the same Swift package against multiple Android API levels, which will be particularly useful once we roll out the new #available(Android) level feature for the SDK.
It might require downloading multiple emulator images, so may be more work to set up, but some Swift packages, like Testing, would benefit from it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the official Android workflow and the linked suggestion in the issue. Determine how multiple target triples and emulator images are configured, then verify that the same Swift package can run Android tests across multiple API levels.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, github-actions, swift
- Domain
- ci-cd, mobile, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100