kopia lustrzana https://github.com/pimoroni/pimoroni-pico
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.pull/930/head
rodzic
9edcdcc126
commit
3bfb548686
|
@ -13,6 +13,7 @@ jobs:
|
|||
build:
|
||||
name: ${{ matrix.name }} (${{ matrix.board }})
|
||||
runs-on: ubuntu-20.04
|
||||
continue-on-error: true
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
|
Ładowanie…
Reference in New Issue