Skip to content

Commit acd42ac

Browse files
committed
tests: GHA Debugging 11 - TO BE SQUASHED
Added verbose logs to failing west build command to debug cause of issue. Signed-off-by: Matthew Gee <mgee@iol.unh.edu>
1 parent d9b3a3a commit acd42ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,15 +459,15 @@ jobs:
459459
sdk-version: 0.16.8
460460

461461
- name: Test flash requirements
462+
continue-on-error: true
462463
run: |
463464
ls
464-
ls $GITHUB_WORKSPACE/build
465465
466466
- name: Flash b_u585i_iot02a
467467
if: runner.environment == 'self-hosted'
468468
run: |
469469
WASM_FILE=$GITHUB_WORKSPACE/b_u585i-modbus-server/modbus-server.wasm
470-
west build --pristine -b b_u585i_iot02a ./application -d build -- \
470+
west -v build --pristine=auto -b b_u585i_iot02a ./application -d build -- \
471471
-DMODULE_EXT_ROOT=$(pwd)/application \
472472
-DOCRE_INPUT_FILE=$WASM_FILE
473473

0 commit comments

Comments
 (0)