Skip to content

Commit

Permalink
Merge pull request #54 from FRC2706/dev
Browse files Browse the repository at this point in the history
v1.1.3
  • Loading branch information
ryanidk authored Mar 22, 2024
2 parents 42400d5 + 19e210c commit 7b27fd5
Show file tree
Hide file tree
Showing 4 changed files with 845 additions and 30 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:

- name: Get dependencies
run: flutter pub get

- name: Test
run: flutter test --coverage

- name: Build web release project
run: flutter build web
Expand Down
Loading

0 comments on commit 7b27fd5

Please sign in to comment.