From 2ab87f475eeba10c722d99aa866979716eed5adf Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sat, 4 May 2024 08:27:32 -0700 Subject: [PATCH] Temporarily disable installing BaaS for swiftpm tests --- ci_scripts/ci_post_clone.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index 4527250e7e..8f1ce0618f 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -16,7 +16,8 @@ install_dependencies() { brew install swiftlint elif [[ "$CI_WORKFLOW" == "cocoapods"* ]]; then install_ruby - elif [[ "$CI_WORKFLOW" == "sync"* ]] || [[ "$CI_WORKFLOW" == "swiftpm"* ]]; then + elif [[ "$CI_WORKFLOW" == "sync"* ]]; then + # elif [[ "$CI_WORKFLOW" == "sync"* ]] || [[ "$CI_WORKFLOW" == "swiftpm"* ]]; then sh build.sh setup-baas sh build.sh download-core elif [[ "$CI_WORKFLOW" = *"spm"* ]] || [[ "$CI_WORKFLOW" = "xcframework"* ]]; then