Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Dec 12, 2024
1 parent 8ba5db5 commit 8903e88
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,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]
Expand All @@ -191,12 +191,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

0 comments on commit 8903e88

Please sign in to comment.