Skip to content

Commit

Permalink
chore: added verbose logging to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Oct 23, 2024
1 parent ccb3cc9 commit ffb3966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- "any" # latest
include:
- channel: "stable"
flutter-version: "3.24.3"
flutter-version: "3.19.0"
# Skips 'beta' tests on PRs
exclude:
- channel: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Check Formatting
if: "always() && steps.bootstrap.conclusion == 'success' && matrix.channel == 'stable' && matrix.flutter-version == 'any'"
run: dart format --set-exit-if-changed .
run: dart format --set-exit-if-changed --output show .
working-directory: ${{ inputs.working-directory }}

- name: Check for Tests
Expand Down

0 comments on commit ffb3966

Please sign in to comment.