Skip to content

Commit 8a63434

Browse files
committed
share PNPM_HOME all step
1 parent 3b14c13 commit 8a63434

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pytest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
run: |
5656
corepack enable pnpm
5757
pnpm setup
58+
echo "PNPM_HOME=${PNPM_HOME}" >> $GITHUB_ENV
5859
5960
- name: Cache C2A devtools
6061
id: cache-c2a-devtools

.github/workflows/validate-renovate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: |
2020
corepack enable pnpm
2121
pnpm setup
22+
echo "PNPM_HOME=${PNPM_HOME}" >> $GITHUB_ENV
2223
2324
- name: install
2425
run: |

0 commit comments

Comments
 (0)