mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
ci: registry test on linux
This commit is contained in:
parent
fd8520fed1
commit
dd17778e14
1 changed files with 1 additions and 5 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue