We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b14c13 commit 9702b4fCopy full SHA for 9702b4f
.github/workflows/pytest.yml
@@ -55,6 +55,7 @@ jobs:
55
run: |
56
corepack enable pnpm
57
pnpm setup
58
+ echo "${PNPM_HOME}" >> "$GITHUB_PATH"
59
60
- name: Cache C2A devtools
61
id: cache-c2a-devtools
.github/workflows/validate-renovate.yml
@@ -19,6 +19,7 @@ jobs:
19
20
21
22
23
24
- name: install
25
0 commit comments