mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-06-28 05:25:11 +00:00
Don't stop CI task when 1 job failed
This commit is contained in:
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]
|
||||
|
||||
|
Reference in New Issue
Block a user