mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 12:08:22 +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: |
|
||||
bun --version
|
||||
|
||||
setup-bun-registry:
|
||||
name: setup-bun registry (${{ matrix.os }})
|
||||
runs-on: ${{ matrix.os }
|
||||
test-custom-registries:
|
||||
name: test installing deps from custom registries (${{ matrix.os }})
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: true
|
||||
needs: [remove-cache, tests]
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue