Skip to content

Commit

Permalink
Update e2e-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Mar 3, 2024
1 parent e89197c commit 0bf3481
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
with:
path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
- name: Set up .npmrc
run: |
echo "//registry.verdaccio.org/:_authToken=${{ secrets.VERDACCIO_TOKEN }}" > .npmrc
- name: registry
run: npm config set registry https://registry.verdaccio.org
- name: Install
run: pnpm install --frozen-lockfile
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
Expand Down

0 comments on commit 0bf3481

Please sign in to comment.