diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8059c60..be947e1 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' - cache: 'npm' + # cache 제거: Gitea 캐시 서버 미연결 시 'Save cache' 후처리가 수 분 hang → '가짜 실패' 유발 - name: Install dependencies run: npm ci diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 5087157..c069341 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' - cache: 'npm' + # cache 제거: Gitea 캐시 서버 미연결 시 'Save cache' 후처리가 수 분 hang → '가짜 실패' 유발 - name: Install run: npm ci