Commit 5563298
committed
CI: make gradle-wrapper-validation a prereq only in gradle tests.
Previously the gradle-wrapper-validation task was a prerequisite for
the build and test actions, which doesn't make sense since those actions
do not use gradle.
Instead, make gradle-wrapper-validation a prerequisite only for the
gradle-emulator-tests action. This should speed up CI latency by a few seconds,
since now gradle-wrapper-validation can run in parallel.1 parent 7e6c095 commit 5563298
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| |||
96 | 94 | | |
97 | 95 | | |
98 | 96 | | |
99 | | - | |
| 97 | + | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| |||
0 commit comments