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
c384e3aa99
commit
b45ff82c8b
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -191,14 +191,14 @@ jobs:
|
||||||
id: setup_bun
|
id: setup_bun
|
||||||
with:
|
with:
|
||||||
registries: |
|
registries: |
|
||||||
https://registry.npmjs.org/
|
https://registry.npmjs.org
|
||||||
@scope:https://registry.npmjs.org/
|
@types:https://registry.yarnpkg.com
|
||||||
|
|
||||||
- name: Install from default registry
|
- name: Install from default registry
|
||||||
run: |
|
run: |
|
||||||
bun add is-odd --verbose
|
bun add is-odd --verbose
|
||||||
|
|
||||||
- name: Install from @scope default registry
|
- name: Install from @types default registry
|
||||||
id: run_bun
|
id: run_bun
|
||||||
run: |
|
run: |
|
||||||
bun add @scope/is-odd --verbose
|
bun add @types/bun --verbose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue