@ -76,5 +76,6 @@ jobs:
cd android
bundle install
bundle update fastlane
bundle exec fastlane internal_test_changelog
bundle exec fastlane deploy_internal_test
cd ..
@ -35,6 +35,10 @@ platform :android do
end
lane :internal_test_changelog do
changelog_from_git_commits(commits_count: 1)
lane :deploy_internal_test do
versions = google_play_track_version_codes(
track: "internal",