mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 03:00:39 +08:00
ci: test
This commit is contained in:
parent
8903e8876d
commit
4869055312
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -192,6 +192,12 @@ jobs:
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"url": "https://registry.npmjs.org",
|
"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