We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c09780 commit bcce821Copy full SHA for bcce821
.github/workflows/flutterci.yml
@@ -34,12 +34,11 @@ jobs:
34
# Step 5: Analyze the code using flutter analyze
35
- run: flutter analyze
36
37
- # Step 6: Format the code using flutter format
38
- # - run: flutter format -n --set-exit-if-changed .
+ # Step 6: Format the code using flutter format (uncomment if needed)
+ # - run: flutter format -n --set-exit-if-changed .
39
40
# Step 7: Run tests using flutter test
41
- # - run: flutter test
42
-
+ - run: flutter test
43
44
# Step 8: Build APK using flutter build apk
45
- run: flutter build apk
0 commit comments