mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-22 20:53:14 +08:00
ci: test
This commit is contained in:
parent
7903ff98a4
commit
1a5885bf9f
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -194,6 +194,12 @@ jobs:
|
||||
[
|
||||
{
|
||||
"url": "https://registry.npmjs.org",
|
||||
"scope": "@npm"
|
||||
"scope": "@myorg"
|
||||
}
|
||||
]
|
||||
|
||||
- name: Run Bun
|
||||
id: run_bun
|
||||
run: |
|
||||
bun --version
|
||||
bun add @myorg/example
|
||||
|
Loading…
x
Reference in New Issue
Block a user