Skip to content

Commit 5def761

Browse files
committed
verbose tests
1 parent b2296f8 commit 5def761

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

.circleci/config.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,22 +1684,22 @@ workflows:
16841684
- not: << pipeline.parameters.generate_snapshots >>
16851685
- not: << pipeline.parameters.generate_revenuecatui_snapshots >>
16861686
jobs:
1687-
- lint
1688-
- validate-package-swift:
1689-
name: validate-package-swift-5.7
1690-
xcode_version: "14.0.1"
1691-
mac_os_executor_name: macos-executor-for-macos-12_6
1692-
- validate-package-swift:
1693-
name: validate-package-swift-5.8
1694-
xcode_version: "14.3.1"
1695-
mac_os_executor_name: macos-executor
1696-
- run-test-ios-18
1697-
- run-test-ios-26
1698-
- pod-lib-lint
1699-
- run-revenuecat-ui-ios-18
1687+
# - lint
1688+
# - validate-package-swift:
1689+
# name: validate-package-swift-5.7
1690+
# xcode_version: "14.0.1"
1691+
# mac_os_executor_name: macos-executor-for-macos-12_6
1692+
# - validate-package-swift:
1693+
# name: validate-package-swift-5.8
1694+
# xcode_version: "14.3.1"
1695+
# mac_os_executor_name: macos-executor
1696+
# - run-test-ios-18
1697+
# - run-test-ios-26
1698+
# - pod-lib-lint
1699+
# - run-revenuecat-ui-ios-18
17001700
- run-revenuecat-ui-ios-26
1701-
- emerge_purchases_ui_snapshot_tests
1702-
- emerge_binary_size_analysis
1701+
# - emerge_purchases_ui_snapshot_tests
1702+
# - emerge_binary_size_analysis
17031703

17041704
create-tag:
17051705
when:

fastlane/Fastfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -683,10 +683,7 @@ platform :ios do
683683
scheme: 'RevenueCatUI',
684684
destination: "platform=" + platform + ",name=" + destination,
685685
sdk: sdk,
686-
output_style: :basic,
687686
result_bundle_path: 'fastlane/test_output/revenuecatui.xcresult',
688-
report_formats: [:junit],
689-
report_path: 'fastlane/test_output/revenuecatui/tests.xml',
690687
test: true,
691688
xcargs: xcargs
692689
)

0 commit comments

Comments
 (0)