fix: add --no-fatal-infos to flutter analyze in CI
Some checks failed
CI / test (push) Successful in 1m10s
CI / build-apk (push) Failing after 1m26s

This commit is contained in:
2026-01-30 04:45:59 +00:00
parent 88bd5bdeef
commit 6995d05f48

View File

@@ -30,7 +30,7 @@ jobs:
run: flutter pub get run: flutter pub get
- name: Analyze - name: Analyze
run: flutter analyze run: flutter analyze --no-fatal-infos
- name: Run tests - name: Run tests
run: flutter test run: flutter test