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