mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 01:23:57 +00:00
don't fail whole pipeline if one platforms fails
This commit is contained in:
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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macOS-10.15, windows-2022, ubuntu-18.04]
|
os: [macOS-10.15, windows-2022, ubuntu-18.04]
|
||||||
# os: [macOS-10.15]
|
# 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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# os: [ubuntu-18.04, windows-2016]
|
# os: [ubuntu-18.04, windows-2016]
|
||||||
os: [macOS-10.15, windows-2022, ubuntu-18.04]
|
os: [macOS-10.15, windows-2022, ubuntu-18.04]
|
||||||
|
|||||||
Reference in New Issue
Block a user