ci: registry test on linux

This commit is contained in:
Jozef Steinhübl 2025-07-08 22:56:02 +02:00
parent fd8520fed1
commit dd17778e14
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -172,15 +172,13 @@ jobs:
setup-bun-registry:
name: setup-bun registry (${{ matrix.os }})
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }
continue-on-error: true
needs: [remove-cache, tests]
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- name: 📥 Checkout
@ -195,7 +193,6 @@ jobs:
@types:https://registry.yarnpkg.com
- name: ▶️ Install from default registry
shell: bash
run: |
output=$(bun add is-odd --verbose --force 2>&1)
@ -207,7 +204,6 @@ jobs:
fi
- name: ▶️ Install from @types registry
shell: bash
run: |
output=$(bun add @types/bun --verbose --force 2>&1)