Commit b9f3561
Fix Instrumentation tests failing in Build and Test workflow
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>1 parent 682683c commit b9f3561
1 file changed
Lines changed: 12 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | | - | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | | - | |
| 74 | + | |
73 | 75 | | |
74 | | - | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
0 commit comments