Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor
  • Loading branch information
legobeat committed Dec 4, 2023
commit d3c9ae3a4409154e70cacab187172e8b66c79b14
6 changes: 0 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: legobeat/npm-actions/publish@dev-multi
env:
VERDACCIO_STORAGE_PATH: /registry-data
id: local-publish
- name: Cache package registry
uses: actions/cache@v3
with:
path: ${{ steps.local-publish.outputs.registry-path }}
key: yarn-cache-${{ steps.local-publish.outputs.package-name }}-${{ steps.local-publish.outputs.package-shasum }}
- uses: legobeat/npm-actions/compat-test@dev-multi
with:
registry-path: ${{ steps.local-publish.outputs.registry-path }}
env:
VERDACCIO_STORAGE_PATH: ${{ steps.local-publish.outputs.registry-path }}
- name: Require clean working directory
shell: bash
run: |
Expand Down