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 34b9f8f commit cea71d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,18 @@ jobs:
run: |
bun --version
<<<<<<< HEAD
<<<<<<< HEAD
setup-bun-registry:
name: setup-bun registry (${{ matrix.os }})
=======
setup-bun-jsr-registry:
name: setup-bun jsr registry (${{ matrix.os }})
>>>>>>> 9de686f (ci: jsr registry test)
=======
setup-bun-registry:
name: setup-bun registry (${{ matrix.os }})
>>>>>>> 8903e88 (ci: test)
runs-on: ${{ matrix.os }}
continue-on-error: true
needs: [remove-cache, tests]
Expand All @@ -196,6 +201,7 @@ jobs:
registries: |
[
{
<<<<<<< HEAD
<<<<<<< HEAD
"url": "https://username:[email protected]/",
"scope": "@myorg"
Expand All @@ -215,3 +221,9 @@ jobs:
=======
bun add @luca/runtime-detector
>>>>>>> 9de686f (ci: jsr registry test)
=======
"url": "https://registry.npmjs.org",
"scope": "@npm"
}
]
>>>>>>> 8903e88 (ci: test)

0 comments on commit cea71d9

Please sign in to comment.