don't fail-fast
This commit is contained in:
parent
a36fde6111
commit
657484123c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -13,6 +13,7 @@ jobs:
|
||||||
setup-bazel:
|
setup-bazel:
|
||||||
runs-on: ${{ matrix.os }}-latest
|
runs-on: ${{ matrix.os }}-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos
|
- macos
|
||||||
|
|
@ -20,6 +21,9 @@ jobs:
|
||||||
- windows
|
- windows
|
||||||
steps:
|
steps:
|
||||||
- run: rm $(which bazel)
|
- run: rm $(which bazel)
|
||||||
|
if: matrix.os != 'windows'
|
||||||
|
- run: Remove-Item -Path (Get-Command bazel.exe).Source
|
||||||
|
if: matrix.os == 'windows'
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue