Add no-fatal-infos to analyze step
This commit is contained in:
parent
df4d02dab2
commit
44ecad4f28
|
@ -40,7 +40,7 @@ jobs:
|
|||
|
||||
- run:
|
||||
name: Analyze code
|
||||
command: flutter analyze lib
|
||||
command: flutter analyze --no-fatal-infos
|
||||
|
||||
test:
|
||||
description: "Run all unittests"
|
||||
|
|
Loading…
Reference in New Issue