issue # gitea minio 연동 테스트. 이거 안 되면 그냥 로컬로 한다.
All checks were successful
Test CI / build (push) Successful in 2m39s
All checks were successful
Test CI / build (push) Successful in 2m39s
This commit is contained in:
@@ -26,16 +26,9 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: yarn-cache-minio-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ runner.os }}-yarn-v1-${{ hashFiles('**/yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
yarn-cache-
|
${{ runner.os }}-yarn-v1-
|
||||||
|
|
||||||
- name: Restore dist
|
|
||||||
id: cache-dist
|
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: dist
|
|
||||||
key: dist-cache-minio-${{ github.ref_name }}-${{ hashFiles('**/*.ts') }}
|
|
||||||
|
|
||||||
- name: Install Dependencies with yarn
|
- name: Install Dependencies with yarn
|
||||||
if: steps.cache-node.outputs.cache-hit != 'true'
|
if: steps.cache-node.outputs.cache-hit != 'true'
|
||||||
@@ -44,7 +37,6 @@ jobs:
|
|||||||
ls .
|
ls .
|
||||||
|
|
||||||
- name: Build Nestjs project
|
- name: Build Nestjs project
|
||||||
if: steps.cache-dist.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
run: |
|
||||||
yarn build
|
yarn build
|
||||||
ls .
|
ls .
|
||||||
|
|||||||
Reference in New Issue
Block a user