mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
don't fail whole pipeline if one platforms fails
This commit is contained in:
parent
4e8c92eb36
commit
bf1881595c
1
.github/workflows/build-app-beta.yaml
vendored
1
.github/workflows/build-app-beta.yaml
vendored
@ -10,6 +10,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macOS-10.15, windows-2022, ubuntu-18.04]
|
||||
# os: [macOS-10.15]
|
||||
|
1
.github/workflows/build-app.yaml
vendored
1
.github/workflows/build-app.yaml
vendored
@ -14,6 +14,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# os: [ubuntu-18.04, windows-2016]
|
||||
os: [macOS-10.15, windows-2022, ubuntu-18.04]
|
||||
|
Loading…
Reference in New Issue
Block a user