You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments