From 71b8eea1d1c02065bb2d22d30d9df232666beed5 Mon Sep 17 00:00:00 2001 From: roishoiron Date: Mon, 27 May 2024 12:15:35 +0700 Subject: [PATCH] fix: update flutter_ci.yml --- .github/workflows/flutter_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter_ci.yml b/.github/workflows/flutter_ci.yml index a2eb843..6a53242 100644 --- a/.github/workflows/flutter_ci.yml +++ b/.github/workflows/flutter_ci.yml @@ -45,8 +45,8 @@ jobs: run: flutter format --set-exit-if-changed # Consider passing '--fatal-infos' for slightly stricter analysis. - - name: Analyze project source - run: flutter analyze +# - name: Analyze project source +# run: flutter analyze # Your project will need to have tests in test/ and a dependency on # package:test for this step to succeed. Note that Flutter projects will