mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
ci: test
This commit is contained in:
parent
e31304e6f3
commit
7903ff98a4
1 changed files with 4 additions and 9 deletions
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
|
@ -170,8 +170,8 @@ jobs:
|
|||
run: |
|
||||
bun --version
|
||||
|
||||
setup-bun-jsr-registry:
|
||||
name: setup-bun jsr registry (${{ matrix.os }})
|
||||
setup-bun-registry:
|
||||
name: setup-bun registry (${{ matrix.os }})
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: true
|
||||
needs: [remove-cache, tests]
|
||||
|
@ -193,12 +193,7 @@ jobs:
|
|||
registries: |
|
||||
[
|
||||
{
|
||||
"url": "https://npm.jsr.io",
|
||||
"scope": "@jsr"
|
||||
"url": "https://registry.npmjs.org",
|
||||
"scope": "@npm"
|
||||
}
|
||||
]
|
||||
|
||||
- name: Run Bun
|
||||
id: run_bun
|
||||
run: |
|
||||
bun add @luca/runtime-detector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue