Skip to content

Commit

Permalink
add the missed github actions flutter test
Browse files Browse the repository at this point in the history
  • Loading branch information
iwanbk committed Nov 20, 2024
1 parent 9b1c3b5 commit 2f48f51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ jobs:
run: bash build-android.sh
working-directory: mycelmob
- run: flutter analyze
- run: flutter test
- run: flutter build apk
2 changes: 2 additions & 0 deletions .github/workflows/ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ jobs:
- name: Install Flutter dependencies
run: flutter pub get

- run: flutter test

- name: Build Flutter iOS app
run: flutter build ios --release --no-codesign
2 changes: 2 additions & 0 deletions .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: Install Flutter dependencies
run: flutter pub get

- run: flutter test

- name: Install CocoaPods dependencies
run: pod install
working-directory: macos
Expand Down

0 comments on commit 2f48f51

Please sign in to comment.