don't fail-fast

This commit is contained in:
Frank Elsinga 2026-01-06 02:01:27 +01:00 committed by GitHub
parent bae34388b9
commit 7f4a527b03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ jobs:
contents: read contents: read
strategy: strategy:
fail-fast: false
matrix: matrix:
os: [macos-latest, ubuntu-22.04, windows-latest, ubuntu-22.04-arm] os: [macos-latest, ubuntu-22.04, windows-latest, ubuntu-22.04-arm]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
@ -65,6 +66,7 @@ jobs:
permissions: permissions:
contents: read contents: read
strategy: strategy:
fail-fast: false
matrix: matrix:
node: [ 20, 22 ] node: [ 20, 22 ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/