Skip to content

Commit

Permalink
refactor: ci 최적화
Browse files Browse the repository at this point in the history
  • Loading branch information
kanguk01 committed Oct 31, 2024
1 parent b9c2407 commit 0a18be4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Cache Gradle dependencies
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
gradle-${{ runner.os }}-
# - name: Cache Gradle dependencies
# uses: actions/cache@v3
# with:
# path: |
# ~/.gradle/caches/modules-2/files-2.1
# ~/.gradle/wrapper
# key: gradle-${{ runner.os }}-${{ hashFiles('build.gradle', 'settings.gradle') }}
# restore-keys: |
# gradle-${{ runner.os }}-


- name: Decode env.properties from GitHub Secrets
run: |
Expand Down

0 comments on commit 0a18be4

Please sign in to comment.