Skip to content

Commit 6c2fb4d

Browse files
tests: on_target: add ppk device to matrix
ppk device is missing from device matrix. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 096cd7a commit 6c2fb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/target-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
matrix="${{ github.event.inputs.devices }}"
5757
else
5858
if [[ "${{ inputs.is_scheduled }}" == "true" ]]; then
59-
matrix='["thingy91x","nrf9151dk"]'
59+
matrix='["thingy91x","nrf9151dk","ppk_thingy91x"]'
6060
else
6161
matrix='["thingy91x"]'
6262
fi

0 commit comments

Comments
 (0)