Skip to content

Commit

Permalink
feat: 자바/Gem 캐시 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jan 28, 2024
1 parent 54cff8c commit da1ba4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10
bundler-cache: true

- name: Fastlane 설정하기
run: brew install fastlane
- name: JDK17 준비하기
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Gradle 애드온 준비하기
uses: gradle/gradle-build-action@v2

- name: 시크릿 파일 생성하기
run: |
Expand Down
3 changes: 0 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ platform :android do
gradle_file_path: "./app/build.gradle.kts",
ext_constant_name: "versionCode"
)
build_success("Dev 버전", version_name, version_code)
rescue => exception
build_fail("Dev 버전", version_name, version_code, exception)
end

desc "Deploy Internal Test Version to Google Play"
Expand Down

0 comments on commit da1ba4b

Please sign in to comment.