mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-19 05:27:57 +00:00
Don't stop CI task when 1 job failed
This commit is contained in:
parent
5b636a39b4
commit
55c5782c99
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -11,8 +11,9 @@ jobs:
|
|||||||
name: Build Rolens
|
name: Build Rolens
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [windows-2022, macos-12, ubuntu-22.04]
|
platform: [windows-2022, macos-12]
|
||||||
go-version: [1.18]
|
go-version: [1.18]
|
||||||
node-version: [16]
|
node-version: [16]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user