diff --git a/.github/workflows/flutter_ci.yml b/.github/workflows/flutter_ci.yml index 0299e52..c75b500 100644 --- a/.github/workflows/flutter_ci.yml +++ b/.github/workflows/flutter_ci.yml @@ -1,4 +1,4 @@ -name: Flutter Code Quality +name: Flutter Code Quality and Testing # Controls when the workflow will run on: @@ -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