Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ workflows:
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: FinancialConnections Example
- slack@3:
is_always_run: true
Expand Down Expand Up @@ -224,8 +222,6 @@ workflows:
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: FinancialConnections Example
- deploy-to-bitrise-io@2: {}
envs:
Expand All @@ -245,99 +241,71 @@ workflows:
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripeiOS
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripePayments
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripePaymentsUI
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripePaymentSheet
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripeCameraCore
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripeCore
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripeConnect
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripeIdentity
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripeIssuing
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripeFinancialConnections
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripeCardScan
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripeApplePay
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripeUICore
is_always_run: true
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripeCryptoOnramp
is_always_run: true
- deploy-to-bitrise-io@2: {}
Expand All @@ -359,8 +327,6 @@ workflows:
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE_26_1
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: AllStripeFrameworks-iOS26
- deploy-to-bitrise-io@2: {}
- save-spm-cache@1: {}
Expand All @@ -383,8 +349,6 @@ workflows:
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: AllStripeFrameworks-NoMocks
- deploy-to-bitrise-io@2: {}
- save-spm-cache@1: {}
Expand Down Expand Up @@ -481,8 +445,6 @@ workflows:
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: IntegrationTester
- log_formatter: xcbeautify
- deploy-to-bitrise-io@2: {}
Expand Down Expand Up @@ -676,8 +638,6 @@ workflows:
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: PaymentSheet Example
- test_plan: $TEST_PLAN_SHARD
- log_formatter: xcbeautify
Expand All @@ -698,8 +658,6 @@ workflows:
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: StripeConnect Example
- test_plan: StripeConnectExample
- log_formatter: xcbeautify
Expand All @@ -720,8 +678,6 @@ workflows:
- xcode-test@4:
inputs:
- destination: $DEFAULT_TEST_DEVICE
- test_repetition_mode: retry_on_failure
- maximum_test_repetitions: "2"
- scheme: CryptoOnramp Example
- test_plan: CryptoOnrampExampleUITests
- log_formatter: xcbeautify
Expand Down