mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
Do not fail-fast for action
This commit is contained in:
parent
3c2d6a32bd
commit
41bc2e859b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/action.yml
vendored
1
.github/workflows/action.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
setup-bun:
|
setup-bun:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue