mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +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:
|
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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue