Skip to content

Commit

Permalink
set PNPM_HOME to PATH in all step
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jul 16, 2024
1 parent 3b14c13 commit 9702b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: |
corepack enable pnpm
pnpm setup
echo "${PNPM_HOME}" >> "$GITHUB_PATH"
- name: Cache C2A devtools
id: cache-c2a-devtools
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
corepack enable pnpm
pnpm setup
echo "${PNPM_HOME}" >> "$GITHUB_PATH"
- name: install
run: |
Expand Down

0 comments on commit 9702b4f

Please sign in to comment.