Skip to content

Commit 75a7f04

Browse files
committed
tests: GHA Debugging 7b - TO BE SQUASHED
Updated flash-zephyr modbus server job to have same container enviornment other flash / build jobs have. Signed-off-by: Matthew Gee <mgee@iol.unh.edu>
1 parent 88d8ecb commit 75a7f04

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,9 @@ jobs:
432432
flash-zephyr-modbus_server-b_u585i_iot02a:
433433
needs: build-wasm-files
434434
runs-on: zephyr-xlarge-runner
435+
container:
436+
image: ghcr.io/zephyrproject-rtos/ci:v0.26-branch
437+
options: --user root
435438
steps:
436439
- name: Cleanup workspace
437440
uses: eviden-actions/clean-self-hosted-runner@v1
@@ -464,7 +467,7 @@ jobs:
464467
if: runner.environment == 'self-hosted'
465468
working-directory: application
466469
run: |
467-
WASM_FILE=$GITHUB_WORKSPACE/b_u585i-modbus-server.wasm
470+
WASM_FILE=$GITHUB_WORKSPACE/b_u585i-modbus-server.wasm/b_u585i-modbus-server.wasm
468471
west build --pristine -b b_u585i_iot02a ./application -d build -- \
469472
-DMODULE_EXT_ROOT=$(pwd)/application \
470473
-DOCRE_INPUT_FILE=$WASM_FILE

0 commit comments

Comments
 (0)