Skip to content

Commit

Permalink
Merge pull request #290 from Team-BC-1/feat/add-github-secretkey-aws-ecr
Browse files Browse the repository at this point in the history
cd-v2.yml 에 Cache Gradle dependencies 추가
  • Loading branch information
vanillacake369 authored Mar 16, 2024
2 parents 5475508 + 99b00c3 commit 66539e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Cache Gradle dependencies
uses: actions/cache@v2
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit 66539e4

Please sign in to comment.