Skip to content

Fixing BCIT and in app tests in CI#1048

Draft
franco-zalamena-iterable wants to merge 3 commits intomasterfrom
SDK-170-emulator-network-trace
Draft

Fixing BCIT and in app tests in CI#1048
franco-zalamena-iterable wants to merge 3 commits intomasterfrom
SDK-170-emulator-network-trace

Conversation

@franco-zalamena-iterable
Copy link
Copy Markdown
Contributor

Test

actions/setup-java@v1.4.3 was resolving java-version: 17 through the
deprecated AdoptOpenJDK API. Between Apr 21 and Apr 22 that resolution
shifted from 17.0.18 to 17.0.19, and the artifact returned for 17.0.19
makes sdkmanager exit immediately, breaking the emulator-runner action's
Install Android SDK step on every run since.

Upgrade setup-java to v4.8.0 with distribution: temurin so the JDK is
pinned to a deterministic Adoptium Temurin build, and replace the
deprecated gradle/wrapper-validation-action with gradle/actions/wrapper-validation@v4.
Applied to all three jobs (check, unit-tests, instrumentation-tests).

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant