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
dd17778e14
commit
31f83ebb0f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -170,9 +170,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
bun --version
|
bun --version
|
||||||
|
|
||||||
setup-bun-registry:
|
test-custom-registries:
|
||||||
name: setup-bun registry (${{ matrix.os }})
|
name: test installing deps from custom registries (${{ 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue