1
0
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:
Romein van Buren 2023-05-30 21:03:36 +02:00
parent 5b636a39b4
commit 55c5782c99
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -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]