Skip to content

Commit

Permalink
add build example app step
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed May 7, 2024
1 parent 648d8e2 commit d51d142
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: flutter pub get
run: flutter pub get

- name: Build example app
run: flutter build apk --debug

- name: dart format
run: dart format --set-exit-if-changed .

Expand Down

0 comments on commit d51d142

Please sign in to comment.