Skip to content

Commit

Permalink
[ Feature ] : Gemfile 업데이트 로거 노출되지 않도록 수정 및 ui_interector 추가 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeseongYun authored Jul 18, 2023
1 parent c38d74a commit 63ac65c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/attandace-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
FASTLANE_ENV: ${{ secrets.FASTLANE_ENV }}
steps:
- uses: actions/checkout@v2

- name: Set up Ruby and allow Gemfile modifications
run: |
bundle config --local path vendor/bundle
bundle config --local bin vendor/bundle/bin
- name: set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit 63ac65c

Please sign in to comment.