Skip to content

Commit

Permalink
Update flutter_vm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Oct 24, 2024
1 parent fe4590b commit 3cfa1be
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/flutter_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down

0 comments on commit 3cfa1be

Please sign in to comment.