ci: do not archive firmware
It's not useful, just wastes time/space for nothing. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
1c06a7f6c9
commit
563db50f57
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -33,9 +33,3 @@ jobs:
|
||||||
working-directory: example-application
|
working-directory: example-application
|
||||||
run: |
|
run: |
|
||||||
west twister -T tests --integration
|
west twister -T tests --integration
|
||||||
|
|
||||||
- name: Archive firmware
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: firmware
|
|
||||||
path: example-application/build/zephyr/zephyr.*
|
|
||||||
|
|
Loading…
Reference in a new issue