Skip to content

Commit

Permalink
Temporarily disable installing BaaS for swiftpm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed May 4, 2024
1 parent 066a8eb commit 529d6a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 529d6a9

Please sign in to comment.