our firmware action is too clever
Update pio_target and add pio_opts for checks.
This commit is contained in:
co-authored by
GitHub
parent
0cbf53b7a7
commit
5feba46b53
@@ -95,7 +95,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
pio_platform: ${{ matrix.check.platform }}
|
pio_platform: ${{ matrix.check.platform }}
|
||||||
pio_env: ${{ matrix.check.board }}
|
pio_env: ${{ matrix.check.board }}
|
||||||
pio_target: check --fail-on-defect=low
|
pio_target: check
|
||||||
|
pio_opts: --fail-on-defect=low
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: [setup, version]
|
needs: [setup, version]
|
||||||
|
|||||||
Reference in New Issue
Block a user