CI doesn't build instrumented test sources
Open
- Dominant language
- Kotlin
- Stars
- 1.1k
- Forks
- 419
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 28
Description
https://github.com/android/snippets/blob/1b043a47ff88d06651e2f62883b653746711ede4/.github/workflows/build.yml#L40-L51
The CI workflow runs `build` on the various subprojects, but this doesn't build the sources for instrumented tests underneath `androidTest`. This means that all of those snippets aren't being validated for compilation (and indeed they don't compile right now as of writing this issue: #575 )
Contributor guide
Assessment
This issue has not been assessed yet.