Skip to content

Commit

Permalink
Update test-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deathblade666 authored Aug 6, 2024
1 parent def68f2 commit 627c3e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ jobs:
- run: flutter pub get
# Build :D
- run: flutter build apk
# Analyze our Dart code
- run: flutter analyze
# Run our tests
- run: flutter test

0 comments on commit 627c3e6

Please sign in to comment.