From 1c53549cfbbafe3256b53dd9f3fc446fe6d22ab1 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Guidez Date: Fri, 1 Mar 2024 17:35:45 +0100 Subject: [PATCH] fail-fast false for checks --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 6c7775e7..60a7e7bf 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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]