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:
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- macos
|
||||
|
|
@ -20,6 +21,9 @@ jobs:
|
|||
- windows
|
||||
steps:
|
||||
- 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: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue