Skip to content

Commit

Permalink
Merge pull request #4 from monster555/feature/add-tests-to-ci-workflow
Browse files Browse the repository at this point in the history
Add Flutter Test Step to CI Workflow
  • Loading branch information
monster555 authored Jan 23, 2024
2 parents 3c1f528 + e8072b5 commit 4005919
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 4005919

Please sign in to comment.