mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
ci: registry install check
This commit is contained in:
parent
9331ec6dde
commit
c384e3aa99
1 changed files with 7 additions and 5 deletions
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
|
@ -192,11 +192,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registries: |
|
registries: |
|
||||||
https://registry.npmjs.org/
|
https://registry.npmjs.org/
|
||||||
@myorg:https://username:password@registry.myorg.com/
|
@scope:https://registry.npmjs.org/
|
||||||
@another:https://registry.another.com/
|
|
||||||
@partner:https://registry.partner.com/|basic_token
|
|
||||||
|
|
||||||
- name: Run Bun
|
- name: Install from default registry
|
||||||
|
run: |
|
||||||
|
bun add is-odd --verbose
|
||||||
|
|
||||||
|
- name: Install from @scope default registry
|
||||||
id: run_bun
|
id: run_bun
|
||||||
run: |
|
run: |
|
||||||
bun add @myorg/example --verbose
|
bun add @scope/is-odd --verbose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue