fix: add --no-fatal-infos to flutter analyze in CI
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
run: flutter pub get
|
||||
|
||||
- name: Analyze
|
||||
run: flutter analyze
|
||||
run: flutter analyze --no-fatal-infos
|
||||
|
||||
- name: Run tests
|
||||
run: flutter test
|
||||
|
||||
Reference in New Issue
Block a user