Skip to content

Commit bcce821

Browse files
committed
Added run: flutter test in github workflow
1 parent 1c09780 commit bcce821

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/flutterci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ jobs:
3434
# Step 5: Analyze the code using flutter analyze
3535
- run: flutter analyze
3636

37-
# Step 6: Format the code using flutter format
38-
# - run: flutter format -n --set-exit-if-changed .
37+
# Step 6: Format the code using flutter format (uncomment if needed)
38+
# - run: flutter format -n --set-exit-if-changed .
3939

4040
# Step 7: Run tests using flutter test
41-
# - run: flutter test
42-
41+
- run: flutter test
4342

4443
# Step 8: Build APK using flutter build apk
4544
- run: flutter build apk

0 commit comments

Comments
 (0)