Closed ggirotto closed 2 years ago
Improves the performance from the build workflows by splitting the process into 3 distinct workflows:
Analyze & Tests
flutter analyze
flutter test
main
iOS Build
flutter build ios
ios/
Android Build
flutter build appbundle
android/
Improves the performance from the build workflows by splitting the process into 3 distinct workflows:
Analyze & Tests
: Runflutter analyze
andflutter test
in any PR that points tomain
.iOS Build
: Runflutter build ios
in PRs that point tomain
and have changes inios/
folder.Android Build
: Runflutter build appbundle
in PRs that point tomain
and have changes inandroid/
folder.