File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -229,13 +229,24 @@ jobs:
229229 mqtt : true
230230
231231 - name : Build thingy91x with modem trace on uart
232+ if : ${{ inputs.build_all }}
232233 uses : ./asset-tracker-template/.github/actions/build-step
233234 with :
234235 board : thingy91x/nrf9151/ns
235236 short_board : thingy91x
236237 modem_trace : true
237238 version : ${{ env.VERSION }}-mtrace
238239 path : asset-tracker-template/app
240+
241+ - name : Build nrf9151dk with modem trace on uart
242+ if : ${{ inputs.build_all }}
243+ uses : ./asset-tracker-template/.github/actions/build-step
244+ with :
245+ board : nrf9151dk/nrf9151/ns
246+ short_board : nrf9151dk
247+ modem_trace : true
248+ version : ${{ env.VERSION }}-mtrace
249+ path : asset-tracker-template/app
239250
240251 - name : Upload artifacts
241252 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments