From 8903e8876dde6155210515eca83d04abc3938a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Thu, 12 Dec 2024 18:13:58 +0100 Subject: [PATCH] ci: test --- .github/workflows/test.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 570d539..1e3def0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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] @@ -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