From 647f023da2c40520180020535903be1ff9fe6328 Mon Sep 17 00:00:00 2001 From: masiljangajji Date: Wed, 4 Dec 2024 02:30:16 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20ci=20=ED=94=84=EB=A1=9C=EC=84=B8?= =?UTF-8?q?=EC=8A=A4=20=EC=B5=9C=EC=A0=81=ED=99=94=20#17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eee588b..c925a52 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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