Skip to content

Commit 52669a0

Browse files
committed
test test
1 parent d3c9ae3 commit 52669a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Cache package registry
7575
uses: actions/cache@v3
7676
with:
77-
path: ${{ steps.local-publish.outputs.registry-path }}
77+
path: /home/runner/work/_temp/_github_workflow/registry-data
7878
key: yarn-cache-${{ steps.local-publish.outputs.package-name }}-${{ steps.local-publish.outputs.package-shasum }}
7979
- uses: legobeat/npm-actions/compat-test@dev-multi
8080
- name: Require clean working directory

0 commit comments

Comments
 (0)