fix(ci): Boards test set fail-fast to false (#10508)
This commit is contained in:
parent
1756bd567c
commit
bcc357c0ca
1 changed files with 1 additions and 0 deletions
1
.github/workflows/boards.yml
vendored
1
.github/workflows/boards.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue