Splited the test report job for forks

Refactored fastlane for both ios and android

Refactored github workflows

(cherry picked from commit c3ff622af05f87e16ae1cadec0c95c87cca3d763)
This commit is contained in:
Nguyen Thai
2023-05-15 11:45:33 +07:00
committed by Dat Vu
parent 1e3b96703a
commit 146b208631
11 changed files with 187 additions and 159 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ default_platform(:android)
platform :android do
desc "Build development version"
lane :dev do
sh "flutter build apk --verbose --release --dart-define=SERVER_URL=$SERVER_URL"
sh "flutter build apk --verbose --debug --dart-define=SERVER_URL=$SERVER_URL"
end
desc "Build and deploy release version"