Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information