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 cea71d9 commit 6494587
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,16 @@ jobs:
>>>>>>> 9de686f (ci: jsr registry test)
=======
"url": "https://registry.npmjs.org",
"scope": "@npm"
"scope": "@myorg"
}
]
<<<<<<< HEAD
>>>>>>> 8903e88 (ci: test)
=======

- name: Run Bun
id: run_bun
run: |
bun --version
bun add @myorg/example
>>>>>>> 4869055 (ci: test)

0 comments on commit 6494587

Please sign in to comment.