Skip to content

Commit d617668

Browse files
committed
add build example app step
1 parent 648d8e2 commit d617668

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/prepare.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- name: flutter pub get
3535
run: flutter pub get
3636

37+
- name: Build example app
38+
working-directory: example
39+
run: flutter build apk --debug
40+
3741
- name: dart format
3842
run: dart format --set-exit-if-changed .
3943

0 commit comments

Comments
 (0)