From 3bfb5486860dd2a9d6054f4442a1ba52dd24eb79 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 8 Apr 2024 17:18:59 +0100 Subject: [PATCH] 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. --- .github/workflows/micropython.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/micropython.yml b/.github/workflows/micropython.yml index 770a796a..8d3163c2 100644 --- a/.github/workflows/micropython.yml +++ b/.github/workflows/micropython.yml @@ -13,6 +13,7 @@ jobs: build: name: ${{ matrix.name }} (${{ matrix.board }}) runs-on: ubuntu-20.04 + continue-on-error: true strategy: matrix: include: