Skip to content

Commit

Permalink
CI: build the example to catch build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Sep 13, 2022
1 parent c50b463 commit 8d20bbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:

- name: Check for any analyzer issues
run: flutter analyze .

- name: Build example
run: flutter build linux -v
working-directory: example/

0 comments on commit 8d20bbb

Please sign in to comment.