mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 21:17:59 +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
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [windows-2022, macos-12, ubuntu-22.04]
|
||||
platform: [windows-2022, macos-12]
|
||||
go-version: [1.18]
|
||||
node-version: [16]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user