Skip to content

Commit

Permalink
github: update nrf54l pdk to dk
Browse files Browse the repository at this point in the history
[KRKNWK-19447]

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Sep 24, 2024
1 parent 1585f95 commit bd72c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
boards_to_test:
type: string
required: false
default: '["nrf52840dk/nrf52840", "nrf5340dk/nrf5340/cpuapp", "nrf54l15pdk/nrf54l15/cpuapp"]'
default: '["nrf52840dk/nrf52840", "nrf5340dk/nrf5340/cpuapp", "nrf54l15dk/nrf54l15/cpuapp"]'

jobs:
build_manual_tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ jobs:
west flash
- name: Flash mfg_hex
if: ${{ inputs.target_board }} == "nrf54l15pdk/nrf54l15/cpuapp"
if: ${{ inputs.target_board }} == "nrf54l15dk/nrf54l15/cpuapp"
run: |
nrfjprog --program pytest-sidewalk/test_objects/mfg/BFFFEA01CA/PCA10156/mfg_v8.hex --sectorerase --verify -r
- name: Flash mfg_hex
if: ${{ inputs.target_board }} != "nrf54l15pdk/nrf54l15/cpuapp"
if: ${{ inputs.target_board }} != "nrf54l15dk/nrf54l15/cpuapp"
run: |
nrfjprog --program pytest-sidewalk/test_objects/mfg/BFFFEA01CA/mfg_v8.hex --sectorerase --verify -r
Expand Down

0 comments on commit bd72c8b

Please sign in to comment.