From c8f814648ed90cc06dce9eb278893dff4ca328b3 Mon Sep 17 00:00:00 2001 From: Marcin Stepnowski Date: Wed, 8 May 2024 11:28:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(ci):=20disable=20ui=20tests?= =?UTF-8?q?=20on=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuyPolish/fastlane/Fastfile_tests.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/BuyPolish/fastlane/Fastfile_tests.rb b/BuyPolish/fastlane/Fastfile_tests.rb index 994dc6ae..6cdae19c 100644 --- a/BuyPolish/fastlane/Fastfile_tests.rb +++ b/BuyPolish/fastlane/Fastfile_tests.rb @@ -1,14 +1,13 @@ require_relative 'shared_constants' swiftformat_executable = "Pods/SwiftFormat/CommandLineTool/swiftformat" -testplan_full = "Full" platform :ios do lane :tests do lint check_project_structure check_formatting - scan(testplan: testplan_full) + scan(testplan: "Unit") end lane :record_snapshots do @@ -20,7 +19,7 @@ snapshots_paths.each {|path| clear_derived_data(derived_data_path:path)} scan( - testplan: testplan_full, + testplan: "Full", fail_build: false ) commit_and_push_if_ci(