Skip to content

Commit 8c56a63

Browse files
committed
tests: GHA Debugging 12 - TO BE SQUASHED
Added previosuly ommitted options to west build command that were used in the ./build.sh script. Signed-off-by: Matthew Gee <mgee@iol.unh.edu>
1 parent acd42ac commit 8c56a63

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,14 +462,19 @@ jobs:
462462
continue-on-error: true
463463
run: |
464464
ls
465+
file b_u585i-modbus-server
466+
ls b_u585i-modbus-server
465467
466468
- name: Flash b_u585i_iot02a
467469
if: runner.environment == 'self-hosted'
468470
run: |
469471
WASM_FILE=$GITHUB_WORKSPACE/b_u585i-modbus-server/modbus-server.wasm
470472
west -v build --pristine=auto -b b_u585i_iot02a ./application -d build -- \
471473
-DMODULE_EXT_ROOT=$(pwd)/application \
472-
-DOCRE_INPUT_FILE=$WASM_FILE
474+
-DOCRE_INPUT_FILE=$WASM_FILE \
475+
-DTARGET_PLATFORM_NAME=Zephyr
476+
477+
west flash
473478
474479
modbus-server-validation-tests:
475480
needs: flash-zephyr-modbus_server-b_u585i_iot02a

0 commit comments

Comments
 (0)