From 3cfa1be1d44b9da2151b1f1953b94a08d8f96f5d Mon Sep 17 00:00:00 2001 From: Tyler-Larkin Date: Thu, 24 Oct 2024 09:31:53 -0700 Subject: [PATCH] Update flutter_vm.yaml --- .github/workflows/flutter_vm.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/flutter_vm.yaml b/.github/workflows/flutter_vm.yaml index 5d570fee87..e733ab32f6 100644 --- a/.github/workflows/flutter_vm.yaml +++ b/.github/workflows/flutter_vm.yaml @@ -57,22 +57,11 @@ jobs: timeout-minutes: 20 run: aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose - - name: Echo Before - if: "always() && steps.bootstrap.conclusion == 'success' && matrix.channel == 'stable' && matrix.flutter-version == 'any'" - run: cat ./lib/src/blocs/auth/auth_bloc.dart - working-directory: ${{ inputs.working-directory }} - - name: Check Formatting if: "always() && steps.bootstrap.conclusion == 'success' && matrix.channel == 'stable' && matrix.flutter-version == 'any'" run: dart format --set-exit-if-changed . working-directory: ${{ inputs.working-directory }} - - name: Echo After - if: "always() && steps.bootstrap.conclusion == 'success' && matrix.channel == 'stable' && matrix.flutter-version == 'any'" - run: cat ./lib/src/blocs/auth/auth_bloc.dart - working-directory: ${{ inputs.working-directory }} - - - name: Check for Tests id: testCheck if: "always() && steps.bootstrap.conclusion == 'success'"