Skip to content

Commit 275e578

Browse files
alexslavrVasilyStrelyaev
authored andcommitted
Revert changes in default_workflow.yml
1 parent 485909e commit 275e578

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/default_workflow.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ jobs:
3434
with:
3535
run_install: false
3636

37-
# - name: Get pnpm store directory
38-
# shell: bash
39-
# run: |
40-
# echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
41-
#
42-
# - uses: actions/cache@v4
43-
# name: Setup pnpm cache
44-
# with:
45-
# path: |
46-
# ${{ env.STORE_PATH }}
47-
# .nx/cache
48-
# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
49-
# restore-keys: |
50-
# ${{ runner.os }}-pnpm-store
37+
- name: Get pnpm store directory
38+
shell: bash
39+
run: |
40+
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
41+
42+
- uses: actions/cache@v4
43+
name: Setup pnpm cache
44+
with:
45+
path: |
46+
${{ env.STORE_PATH }}
47+
.nx/cache
48+
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
49+
restore-keys: |
50+
${{ runner.os }}-pnpm-store
5151
5252
- name: Install dependencies
5353
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)