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