mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Don't cancel all in-progress jobs if a single one fails
It is useful to get results from all jobs, whether or not a single one fails.
This commit is contained in:
parent
c262ea8113
commit
ca7def60e8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -6,6 +6,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ linux, javascript, osx, windows ]
|
platform: [ linux, javascript, osx, windows ]
|
||||||
target: [ release, debug ]
|
target: [ release, debug ]
|
||||||
|
|
Loading…
Reference in a new issue