Skip to content

Commit

Permalink
Merge pull request #363 from BrawlerXull/github-workflow
Browse files Browse the repository at this point in the history
Added run: flutter test in github workflow
  • Loading branch information
Pavel401 authored Aug 27, 2024
2 parents b982dac + bcce821 commit e6d4e43
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/flutterci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ jobs:
# Step 5: Analyze the code using flutter analyze
- run: flutter analyze

# Step 6: Format the code using flutter format
# - 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 .

# Step 7: Run tests using flutter test
# - run: flutter test

- run: flutter test

# Step 8: Build APK using flutter build apk
- run: flutter build apk
Expand Down

0 comments on commit e6d4e43

Please sign in to comment.