Skip to content

Commit

Permalink
[#48] Fastlane 설치 스크립트 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u committed Sep 15, 2024
1 parent 074163e commit 79c567c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
ruby-version: 3.3.0

- name: Install Fastlane
run: |
gem install fastlane
- name: Install Ruby Dependencies
run: |
bundle install
Expand Down
4 changes: 2 additions & 2 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@



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

</testcase>


<testcase classname="fastlane.lanes" name="1: run_tests" time="78.164859">
<testcase classname="fastlane.lanes" name="1: run_tests" time="37.134334">

</testcase>

Expand Down

0 comments on commit 79c567c

Please sign in to comment.