mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
ci: test
This commit is contained in:
parent
7903ff98a4
commit
1a5885bf9f
1 changed files with 7 additions and 1 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -194,6 +194,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…
Add table
Add a link
Reference in a new issue