8000 fix(ci): Boards test set fail-fast to false (#10508) · JAndrassy/arduino-esp32@bcc357c · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bcc357c

Browse files
authored
fix(ci): Boards test set fail-fast to false (espressif#10508)
1 parent 1756bd5 commit bcc357c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/boards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
name: "espressif:esp32"
4343
4444
strategy:
45+
fail-fast: false
4546
matrix: ${{ fromJson(needs.find-boards.outputs.fqbns) }}
4647

4748
steps:

0 commit comments

Comments
 (0)
0