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 8903e88 commit 4869055
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ jobs:
[
{
"url": "https://registry.npmjs.org",
"scope": "@npm"
"scope": "@myorg"
}
]
- name: Run Bun
id: run_bun
run: |
bun --version
bun add @myorg/example

0 comments on commit 4869055

Please sign in to comment.