We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c9ae3 commit 52669a0Copy full SHA for 52669a0
.github/workflows/build-test.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Cache package registry
75
uses: actions/cache@v3
76
with:
77
- path: ${{ steps.local-publish.outputs.registry-path }}
+ path: /home/runner/work/_temp/_github_workflow/registry-data
78
key: yarn-cache-${{ steps.local-publish.outputs.package-name }}-${{ steps.local-publish.outputs.package-shasum }}
79
- uses: legobeat/npm-actions/compat-test@dev-multi
80
- name: Require clean working directory
0 commit comments