Skip to content

Commit

Permalink
[chore] ci script 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
unanchoi committed Mar 4, 2024
1 parent 34f13c2 commit 2f0de96
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ jobs:
- name: checkout
uses: actions/checkout@v3

- name: Gradle cache
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 2f0de96

Please sign in to comment.