Fail when boards are missing too
This commit is contained in:
parent
33af5a913e
commit
060e81ded0
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ ci_boards.sort()
|
|||
missing_boards = set(info_boards) - set(ci_boards)
|
||||
|
||||
if missing_boards:
|
||||
ok = False
|
||||
print('Boards missing in {}:'.format(workflow_file))
|
||||
for board in missing_boards:
|
||||
print(board)
|
||||
|
|
|
|||
Loading…
Reference in a new issue