Skip to content

Commit 28308af

Browse files
committed
update dart.yaml
1 parent 6d4e662 commit 28308af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Get Flutter packages
2424
run: flutter pub get
2525

26+
- name: Analyze project source
27+
run: dart analyze
28+
2629
- name: Run Flutter unit tests
2730
run: flutter test
28-
29-
- name: Build APK (Debug)
30-
run: flutter build apk --debug

0 commit comments

Comments
 (0)