From 3dad328d80f5811d8953de0f641d28aa8626eaf7 Mon Sep 17 00:00:00 2001 From: Rene Floor Date: Thu, 10 Sep 2026 13:32:00 +0200 Subject: [PATCH] ci(repo): use the gradle cache for the per-PR android build build (android) runs on every pull request and had no gradle cache, while the e2e android jobs on the same event do. Measurement commit. Co-Authored-By: Claude Opus 5 --- .github/workflows/stream_flutter_workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stream_flutter_workflow.yml b/.github/workflows/stream_flutter_workflow.yml index 2e40d80fb8..b6b7341618 100644 --- a/.github/workflows/stream_flutter_workflow.yml +++ b/.github/workflows/stream_flutter_workflow.yml @@ -177,6 +177,8 @@ jobs: with: fetch-depth: 0 - uses: ./.github/actions/setup-flutter + - uses: ./.github/actions/cache-gradle + if: matrix.platform == 'android' - uses: maxim-lobanov/setup-xcode@v1 if: matrix.platform == 'ios' with: