Setup unit tests for Enterprise. (#2984)

* Fix Analytics on Enterprise.
This commit is contained in:
Doug
2024-07-01 12:34:47 +01:00
committed by GitHub
parent c1f60b36e3
commit daf7a04535
4 changed files with 77 additions and 12 deletions

View File

@@ -9,8 +9,7 @@ install_xcode_cloud_brew_dependencies
if [ "$CI_WORKFLOW" = "Nightly" ]; then
bundle exec fastlane config_nightly build_number:"$CI_BUILD_NUMBER"
elif [ "$CI_WORKFLOW" = "Enterprise" ]; then
# Not sure what Xcode Cloud does, might need to also
# git submodule update --init --recursive
# Xcode Cloud automatically fetches the submodule.
bundle exec fastlane config_enterprise
else
bundle exec fastlane config_production