Skip to content

Commit 5b91ce1

Browse files
committed
ci: dump flutter doctor -v & flutter analyze --suggestions
1 parent 23cd9a9 commit 5b91ce1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
uses: subosito/flutter-action@v2
1717
- name: Install dependencies
1818
run: flutter pub get
19+
- name: Debug
20+
run: |
21+
flutter doctor -v
22+
flutter analyze --suggestions
23+
working-directory: example
1924
- name: Build APK
2025
run: flutter build apk --no-android-gradle-daemon
2126
working-directory: example

0 commit comments

Comments
 (0)