From 75d41731245def7b872dcc96f9a2e8746f7e727b Mon Sep 17 00:00:00 2001 From: geonhee-min Date: Wed, 26 Nov 2025 15:33:32 +0900 Subject: [PATCH] =?UTF-8?q?issue=20#=20gitea=20minio=20=EC=97=B0=EB=8F=99?= =?UTF-8?q?=20=ED=85=8C=EC=8A=A4=ED=8A=B8.=20=EC=9D=B4=EA=B1=B0=20?= =?UTF-8?q?=EC=95=88=20=EB=90=98=EB=A9=B4=20=EA=B7=B8=EB=83=A5=20=EB=A1=9C?= =?UTF-8?q?=EC=BB=AC=EB=A1=9C=20=ED=95=9C=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index dc65c5c..3c7954f 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -26,16 +26,9 @@ jobs: uses: actions/cache@v4 with: path: node_modules - key: yarn-cache-minio-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn-v1-${{ hashFiles('**/yarn.lock') }} restore-keys: | - yarn-cache- - - - name: Restore dist - id: cache-dist - uses: actions/cache@v4 - with: - path: dist - key: dist-cache-minio-${{ github.ref_name }}-${{ hashFiles('**/*.ts') }} + ${{ runner.os }}-yarn-v1- - name: Install Dependencies with yarn if: steps.cache-node.outputs.cache-hit != 'true' @@ -44,7 +37,6 @@ jobs: ls . - name: Build Nestjs project - if: steps.cache-dist.outputs.cache-hit != 'true' run: | yarn build ls .