mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-22 12:43:15 +08:00
ci: registry install check
This commit is contained in:
parent
c384e3aa99
commit
b45ff82c8b
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -191,14 +191,14 @@ jobs:
|
||||
id: setup_bun
|
||||
with:
|
||||
registries: |
|
||||
https://registry.npmjs.org/
|
||||
@scope:https://registry.npmjs.org/
|
||||
https://registry.npmjs.org
|
||||
@types:https://registry.yarnpkg.com
|
||||
|
||||
- name: Install from default registry
|
||||
run: |
|
||||
bun add is-odd --verbose
|
||||
|
||||
- name: Install from @scope default registry
|
||||
- name: Install from @types default registry
|
||||
id: run_bun
|
||||
run: |
|
||||
bun add @scope/is-odd --verbose
|
||||
bun add @types/bun --verbose
|
||||
|
Loading…
x
Reference in New Issue
Block a user