fix(ci): Boards test set fail-fast to false (#10508)

This commit is contained in:
Jan Procházka 2024-10-23 10:47:50 +02:00 committed by GitHub
parent 1756bd567c
commit bcc357c0ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,7 @@ jobs:
name: "espressif:esp32" name: "espressif:esp32"
strategy: strategy:
fail-fast: false
matrix: ${{ fromJson(needs.find-boards.outputs.fqbns) }} matrix: ${{ fromJson(needs.find-boards.outputs.fqbns) }}
steps: steps: