Skip to content

Commit

Permalink
build: add GitHub Actions for Flutter build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
cevheri committed Nov 10, 2024
1 parent 6b5fabc commit 02c4865
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: flutter analyze
- name: Run tests
run: flutter test
- name: Build APK
run: flutter build apk --release --target lib/main/main_prod.dart
- name: Build Android App Bundle
run: flutter build appbundle --release --target lib/main/main_prod.dart
# - name: Build APK
# run: flutter build apk --release --target lib/main/main_prod.dart
# - name: Build Android App Bundle
# run: flutter build appbundle --release --target lib/main/main_prod.dart

0 comments on commit 02c4865

Please sign in to comment.