From 64945873f37bc21f3b72ba2b2a1d454a65b8db3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Thu, 12 Dec 2024 18:26:29 +0100 Subject: [PATCH] ci: test --- .github/workflows/test.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1aa4a55..900854e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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)