Commit Graph

2 Commits

Author SHA1 Message Date
Nik Clayton 71df384378
chore(deps): update gradle/actions digest to 6cec5d4 (#617)
The new version bundles the wrapper validation action, so switch to
that.
2024-04-15 15:52:40 +02:00
Nik Clayton cc9efbfa7a
ci: Simplify and improve CI speed (#615)
Abstract common CI setup tasks (setting up Java, Gradle, etc) in to a
single action that can be used by all CI workflows.

Run the lint, test, and assemble CI tasks in parallel for each variant
rather than in series, which cuts ~ 7 minutes (approx. 50%) off the CI
runtime.

Update code in checks and core/navigation to fix new tests.
2024-04-15 15:24:07 +02:00