ci: registry install check

This commit is contained in:
Jozef Steinhübl 2025-07-08 22:15:08 +02:00
parent 9331ec6dde
commit c384e3aa99
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -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