From 7fa3d84891c375989e2fbd9fce9fab44db1e2d49 Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Mon, 4 May 2026 19:30:30 -0700 Subject: [PATCH] Remove build_runner step from pipeline as mocks are committed to repo --- .github/workflows/test.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9093439cf2..585e2d9a7a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -52,9 +52,6 @@ jobs: run: bash prebuild.sh working-directory: scripts - - name: Regenerate mocks - run: dart run build_runner build --delete-conflicting-outputs - - name: Check formatting of changed files run: | if [ "${{ github.event_name }}" = "pull_request" ]; then