From 31f83ebb0f2e0fcb4d202ec405826ef30f6aaf5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 8 Jul 2025 22:58:07 +0200 Subject: [PATCH] ci: registry test on linux --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72887c8..5e5bae0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -170,9 +170,9 @@ jobs: run: | bun --version - setup-bun-registry: - name: setup-bun registry (${{ matrix.os }}) - runs-on: ${{ matrix.os } + test-custom-registries: + name: test installing deps from custom registries (${{ matrix.os }}) + runs-on: ${{ matrix.os }} continue-on-error: true needs: [remove-cache, tests] strategy: