issue # gitea ci test
All checks were successful
Test CI / build (push) Successful in 6m52s

This commit is contained in:
geonhee-min
2025-11-26 11:12:08 +09:00
parent ea85899906
commit 0fa55acc14

View File

@@ -17,7 +17,20 @@ jobs:
echo $PWD
ls .
- name: Cache node_modules
uses: actions/cache@v4
with:
path: node_modules
key: yarn-cache-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
yarn-cache-
- name: Install Dependencies with yarn
run: |
yarn install --immutable
ls .
- name: Build Nestjs project
run: |
yarn build
ls .