CI: Continue other MicroPython builds if one fails.

In almost all cases it's more useful to know if a given build
is likely to succeed rather than have *everything* fail. This
change adjusts the workflow to allow other builds to continue
if one fails.
patch-misc-ci-fixes
Phil Howard 2024-04-08 17:18:59 +01:00
rodzic 9edcdcc126
commit 3bfb548686
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ jobs:
build:
name: ${{ matrix.name }} (${{ matrix.board }})
runs-on: ubuntu-20.04
continue-on-error: true
strategy:
matrix:
include: