issue # gitea minio 연동 테스트. 이거 안 되면 그냥 로컬로 한다.
All checks were successful
Test CI / build (push) Successful in 2m39s

This commit is contained in:
geonhee-min
2025-11-26 15:33:32 +09:00
parent ba70c32d34
commit 75d4173124

View File

@@ -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 .