Skip to content

Commit 8b9baf5

Browse files
committed
Adds flutter test and flutter analyze checks to CI
1 parent 453ce5a commit 8b9baf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
with:
2020
flutter-version: '3.3.4'
2121
- run: flutter pub get
22-
# - run: flutter analyze
22+
- run: flutter analyze
2323
- run: flutter format -n --set-exit-if-changed .
24-
# - run: flutter test
24+
- run: flutter test
2525
- run: flutter build apk
2626

2727
- uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)