Skip to content

Commit

Permalink
fail-fast false for checks
Browse files Browse the repository at this point in the history
  • Loading branch information
guidezpl committed Mar 1, 2024
1 parent 1e08237 commit 1c53549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
name: ${{ matrix.package }} using Flutter ${{ matrix.flutter-channel }}
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
package: [google_fonts, dynamic_color] # Unmaintained / unreleased: adaptive_breakpoints, adaptive_navigation, adaptive_components, symbols]
flutter-channel: [stable, beta]
Expand Down

0 comments on commit 1c53549

Please sign in to comment.