continue jobs on error
This commit is contained in:
parent
2a85977eba
commit
84c2fbf755
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pio_build.yml
vendored
1
.github/workflows/pio_build.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
example:
|
example:
|
||||||
|
|
Loading…
Reference in a new issue