From f63463c3dfdf3ee783ab107dfd268f712acddda5 Mon Sep 17 00:00:00 2001 From: Mariana Souza Date: Thu, 24 Oct 2024 11:00:41 -0400 Subject: [PATCH] UPdate ruby version/remove slack notifiacation --- .circleci/config.yml | 18 +++++++++--------- .github/workflows/ios-sdk-ci.yml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e09c5ad..8e6a75f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,9 +20,9 @@ jobs: path: output - store_test_results: path: output/scan - - slack/notify: - event: fail - template: basic_fail_1 + # - slack/notify: + # event: fail + # template: basic_fail_1 build-demo-swift: macos: @@ -38,9 +38,9 @@ jobs: command: bundle exec fastlane $FASTLANE_LANE - store_artifacts: path: output - - slack/notify: - event: fail - template: basic_fail_1 + # - slack/notify: + # event: fail + # template: basic_fail_1 build-demo-objc: macos: @@ -56,9 +56,9 @@ jobs: command: bundle exec fastlane $FASTLANE_LANE - store_artifacts: path: output - - slack/notify: - event: fail - template: basic_fail_1 + # - slack/notify: + # event: fail + # template: basic_fail_1 success-slack-notify: docker: diff --git a/.github/workflows/ios-sdk-ci.yml b/.github/workflows/ios-sdk-ci.yml index 4256a98..f142c85 100644 --- a/.github/workflows/ios-sdk-ci.yml +++ b/.github/workflows/ios-sdk-ci.yml @@ -13,7 +13,7 @@ jobs: - name: Install ruby and gem dependencies uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6.10 + ruby-version: 3.0.0 bundler-cache: true # runs 'bundle install' and caches installed gems automatically sdk-tests: