Skip to content

Commit

Permalink
fix add code generation to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smart7even committed Jan 6, 2024
1 parent 6a5bdd2 commit c083e1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ jobs:
flutter-version: '3.16.5'
- name: Install dependencies
run: flutter pub get
- name: Generate code
run: make generate
- name: Generate localization
run: make intl
- name: Run tests
run: flutter test
- name: Build APK
run: flutter build apk --release
- name: upload APK
- name: Upload APK
uses: actions/upload-artifact@v2
with:
name: app-release.apk
Expand Down

0 comments on commit c083e1b

Please sign in to comment.