diff --git a/.github/workflows/unit_tests_enterprise.yml b/.github/workflows/unit_tests_enterprise.yml index 8f4b7e09d..8c467d913 100644 --- a/.github/workflows/unit_tests_enterprise.yml +++ b/.github/workflows/unit_tests_enterprise.yml @@ -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 . diff --git a/Enterprise b/Enterprise index c16fd0574..c9d566e1b 160000 --- a/Enterprise +++ b/Enterprise @@ -1 +1 @@ -Subproject commit c16fd0574d5c4c87a91f84bd6b3956531f3a744a +Subproject commit c9d566e1ba3d623d97077ca83970255eccad31ac diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index c4d85ce04..3f32dac41 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -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