mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 18:50:10 +08:00
ci: test
This commit is contained in:
parent
8ba5db5474
commit
8903e8876d
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@ -168,8 +168,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
bun --version
|
bun --version
|
||||||
|
|
||||||
setup-bun-jsr-registry:
|
setup-bun-registry:
|
||||||
name: setup-bun jsr registry (${{ matrix.os }})
|
name: setup-bun registry (${{ matrix.os }})
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
needs: [remove-cache, tests]
|
needs: [remove-cache, tests]
|
||||||
@ -191,12 +191,7 @@ jobs:
|
|||||||
registries: |
|
registries: |
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"url": "https://npm.jsr.io",
|
"url": "https://registry.npmjs.org",
|
||||||
"scope": "@jsr"
|
"scope": "@npm"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
- name: Run Bun
|
|
||||||
id: run_bun
|
|
||||||
run: |
|
|
||||||
bun add @luca/runtime-detector
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user