This commit is contained in:
@@ -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 .
|
||||
Reference in New Issue
Block a user