Skip to content

Commit

Permalink
feat : 테스트 커밋 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 22, 2024
1 parent 1ccacc5 commit ef79775
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/action-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,17 @@ jobs:
# secrets 값 복사
run: |
echo $ENV >> $OCCUPY_SECRET_DIR/$OCCUPY_SECRET_DIR_FILE_NAME
- name: Install Brews
run: brew bundle

- name: Install Gems
if: steps.cache_gems.outputs.cache-hit != 'true'
run: bundle install --jobs 4 --retry 3

- name: Install Pods Release
run: bundle exec pod install --repo-update --project-directory=KCS
if: steps.cache_pods.outputs.cache-hit != 'true'
run: bundle exec pod install --repo-update

- name: Run tests
run: bundle exec fastlane test

0 comments on commit ef79775

Please sign in to comment.