Skip to content

Commit

Permalink
Run Flutter tests on CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
monster555 committed Jan 23, 2024
1 parent 3c1f528 commit e8072b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Flutter Code Quality
name: Flutter Code Quality and Testing

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Get dependencies
run: flutter pub get

- name: Run Flutter tests
run: flutter test

- name: Lint analysis
run: flutter analyze

Expand Down

0 comments on commit e8072b5

Please sign in to comment.