Skip to content

CI doesn't build instrumented test sources #576

@alexvanyo

Description

@alexvanyo

- name: Build Compose
run: ./gradlew :compose:snippets:build
- name: Build recompose snippets
run: ./gradlew :compose:recomposehighlighter:build
- name: Build kotlin snippets
run: ./gradlew :kotlin:build
- name: Build Wear snippets
run: ./gradlew :wear:build
- name: Build misc snippets
run: ./gradlew :misc:build
- name: Build XR snippets
run: ./gradlew :xr:build

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 )

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions