Skip to content

Commit

Permalink
Disable nrf testing DFU in CI for all-clusters-app
Browse files Browse the repository at this point in the history
  • Loading branch information
hare-siterwell committed Jul 12, 2023
1 parent 3d71686 commit 4a7525b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:

env:
CHIP_NO_LOG_TIMESTAMPS: true

jobs:
nrfconnect:
name: nRF Connect SDK
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
/tmp/bloat_reports/
- name: Build example nRF Connect SDK All Clusters App on nRF52840 DK
run: |
scripts/examples/nrfconnect_example.sh all-clusters-app nrf52840dk_nrf52840 -DCONF_FILE=prj_dfu.conf
scripts/examples/nrfconnect_example.sh all-clusters-app nrf52840dk_nrf52840
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
nrfconnect nrf52840dk_nrf52840 all-clusters-app \
examples/all-clusters-app/nrfconnect/build/zephyr/zephyr.elf \
Expand Down

0 comments on commit 4a7525b

Please sign in to comment.