Update the enterprise submodule and use the new configure-element-pro command
This commit is contained in:
committed by
Stefan Ceriu
parent
17189bf968
commit
44b9b8bb71
2
.github/workflows/unit_tests_enterprise.yml
vendored
2
.github/workflows/unit_tests_enterprise.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
run: source ci_scripts/ci_common.sh && setup_github_actions_environment
|
||||
|
||||
- name: Configure Enterprise
|
||||
run: swift run pipeline configure Variants/ElementPro/ElementPro.pkl
|
||||
run: swift run pipeline configure-element-pro
|
||||
|
||||
- name: SwiftFormat
|
||||
run: swiftformat --lint .
|
||||
|
||||
Submodule Enterprise updated: c16fd0574d...c9d566e1ba
@@ -10,7 +10,7 @@ if [ "$CI_WORKFLOW" = "Nightly" ]; then
|
||||
swift run tools ci configure-nightly
|
||||
elif [ "$CI_WORKFLOW" = "Element Pro" ]; then
|
||||
# Xcode Cloud automatically fetches the submodules.
|
||||
swift run pipeline configure Variants/ElementPro/ElementPro.pkl
|
||||
swift run pipeline configure-element-pro
|
||||
else
|
||||
bundle exec fastlane config_production
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user