mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
ci: registry install check
This commit is contained in:
parent
b45ff82c8b
commit
bd97ab10d3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -196,9 +196,9 @@ jobs:
|
|||
|
||||
- name: Install from default registry
|
||||
run: |
|
||||
bun add is-odd --verbose
|
||||
bun add is-odd --verbose --force
|
||||
|
||||
- name: Install from @types default registry
|
||||
- name: Install from @types registry
|
||||
id: run_bun
|
||||
run: |
|
||||
bun add @types/bun --verbose
|
||||
bun add @types/bun --verbose --force
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue