Skip to content

Commit

Permalink
Enable Flutter build
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Aug 25, 2023
1 parent a6ab731 commit ff1a141
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Configure Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.0.6"
channel: 'stable'
- name: Get dependencies
run: flutter pub get
- name: Test
run: flutter test
- name: Build for Web
run: flutter build web

0 comments on commit ff1a141

Please sign in to comment.