Skip to content

Commit

Permalink
ci: update local publish config for all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-radzikowski committed Jun 2, 2024
1 parent afcedac commit ae59b44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: E2E tests
run: |
pnpm verdaccio &
pnpm config set '//localhost:4873/:_authToken' "fake"
pnpm local-publish
pnpm test-e2e
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ jobs:
- name: Bump version
run: pnpm release --skip.commit --skip.tag

- name: Set local publishing config
run: pnpm config set '//localhost:4873/:_authToken' "fake"
- name: E2E tests
run: |
pnpm verdaccio &
pnpm config set '//localhost:4873/:_authToken' "fake"
pnpm local-publish
pnpm test-e2e
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- name: E2E tests
run: |
pnpm verdaccio &
pnpm config set '//localhost:4873/:_authToken' "fake"
pnpm local-publish
pnpm test-e2e
Expand Down

0 comments on commit ae59b44

Please sign in to comment.