Skip to content

Commit

Permalink
[#48] 누락된 lane tests 명령어 기입
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u committed Sep 15, 2024
1 parent 1dc70e4 commit e820599
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 1 addition & 6 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000189">

</testcase>


<testcase classname="fastlane.lanes" name="1: capture_screenshots" time="172.753046">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000198">

</testcase>

Expand Down

0 comments on commit e820599

Please sign in to comment.