Skip to content

Commit

Permalink
refactor: ci 프로세스 최적화 #17
Browse files Browse the repository at this point in the history
  • Loading branch information
masiljangajji committed Dec 3, 2024
1 parent b2ed2ac commit 647f023
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
java-version: '17'
distribution: 'temurin'

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

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 647f023

Please sign in to comment.