Skip to content

Commit d3c9ae3

Browse files
committed
refactor
1 parent 9317771 commit d3c9ae3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,13 @@ jobs:
7070
steps:
7171
- uses: actions/checkout@v3
7272
- uses: legobeat/npm-actions/publish@dev-multi
73-
env:
74-
VERDACCIO_STORAGE_PATH: /registry-data
7573
id: local-publish
7674
- name: Cache package registry
7775
uses: actions/cache@v3
7876
with:
7977
path: ${{ steps.local-publish.outputs.registry-path }}
8078
key: yarn-cache-${{ steps.local-publish.outputs.package-name }}-${{ steps.local-publish.outputs.package-shasum }}
8179
- uses: legobeat/npm-actions/compat-test@dev-multi
82-
with:
83-
registry-path: ${{ steps.local-publish.outputs.registry-path }}
84-
env:
85-
VERDACCIO_STORAGE_PATH: ${{ steps.local-publish.outputs.registry-path }}
8680
- name: Require clean working directory
8781
shell: bash
8882
run: |

0 commit comments

Comments
 (0)