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 d617668
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- name: flutter pub get
run: flutter pub get

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

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

Expand Down

0 comments on commit d617668

Please sign in to comment.