Skip to content

Commit 166e87a

Browse files
committed
GHA Debugging 9 - TO BE SQUASHED
Fixed typo in the flash-zephyr-modbus_server step and renamed test script in modbusServerValidation. Signed-off-by: Matthew Gee <mgee@iol.unh.edu>
1 parent ccf3fce commit 166e87a

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ jobs:
474474

475475
- name: Flash b_u585i_iot02a
476476
if: runner.environment == 'self-hosted'
477-
working-directory: application
478477
run: |
479478
WASM_FILE=$GITHUB_WORKSPACE/b_u585i-modbus-server/modbus-server.wasm
480479
west build --pristine -b b_u585i_iot02a ./application -d build -- \

tests/groups/modbusServerValidation/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test_cases": [
1616
{
1717
"name": "Check Modbus communication with remote client",
18-
"exec": "./modbusServer_validation_remote.py"
18+
"exec": "./modbus_server_validation_remote.py"
1919
},
2020
{
2121
"name": "Check Modbus communication with local client",

tests/groups/modbusServerValidation/modbusServer_validation_remote.py renamed to tests/groups/modbusServerValidation/modbus_server_validation_remote.py

File renamed without changes.

0 commit comments

Comments
 (0)