We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9210ed commit f9a41d1Copy full SHA for f9a41d1
.github/workflows/flutter.yml
@@ -18,6 +18,6 @@ jobs:
18
flutter-version-file: pubspec.yaml
19
- run: flutter pub get
20
- run: dart format --output=none --set-exit-if-changed .
21
- - run: flutter analyze
22
- #- run: flutter test
+ - run: flutter analyze --no-fatal-infos --no-fatal-warnings
+ - run: flutter test
23
#- run: flutter build ios --release --no-codesign
0 commit comments