From e82059936b3172d3fc03d92260a947ed0a05f225 Mon Sep 17 00:00:00 2001 From: Jiwoong CHOI Date: Sun, 15 Sep 2024 10:59:55 +0900 Subject: [PATCH] =?UTF-8?q?[#48]=20=EB=88=84=EB=9D=BD=EB=90=9C=20lane=20te?= =?UTF-8?q?sts=20=EB=AA=85=EB=A0=B9=EC=96=B4=20=EA=B8=B0=EC=9E=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastlane/Fastfile | 5 +++++ fastlane/report.xml | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 35b17e0..921d288 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -20,4 +20,9 @@ platform :ios do lane :screenshots do capture_screenshots(scheme: "EATSSU") end + + desc "Run tests" + lane :tests do + run_tests(scheme: "EATSSU") + end end diff --git a/fastlane/report.xml b/fastlane/report.xml index 8cb1708..2c30bed 100644 --- a/fastlane/report.xml +++ b/fastlane/report.xml @@ -5,12 +5,7 @@ - - - - - - +