Skip to content

Commit 4a7525b

Browse files
Disable nrf testing DFU in CI for all-clusters-app
1 parent 3d71686 commit 4a7525b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples-nrfconnect.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525

2626
env:
2727
CHIP_NO_LOG_TIMESTAMPS: true
28-
28+
2929
jobs:
3030
nrfconnect:
3131
name: nRF Connect SDK
@@ -131,7 +131,7 @@ jobs:
131131
/tmp/bloat_reports/
132132
- name: Build example nRF Connect SDK All Clusters App on nRF52840 DK
133133
run: |
134-
scripts/examples/nrfconnect_example.sh all-clusters-app nrf52840dk_nrf52840 -DCONF_FILE=prj_dfu.conf
134+
scripts/examples/nrfconnect_example.sh all-clusters-app nrf52840dk_nrf52840
135135
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
136136
nrfconnect nrf52840dk_nrf52840 all-clusters-app \
137137
examples/all-clusters-app/nrfconnect/build/zephyr/zephyr.elf \

0 commit comments

Comments
 (0)