Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Bich Vu Thi Ngoc committed Oct 10, 2024
1 parent c676693 commit 008d4e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate_firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
COMPILER: GCC
TOOL_CHAINS: GCC
TASK: gen-only
COMPONENT: all
COMPONENTS: all
ADAPTER_SN: 440133193
CHIP: EFR32MG24BXXXF1536
steps:
Expand Down Expand Up @@ -141,12 +141,12 @@ jobs:
slc signature trust -extpath $SDK_PATH/extension/IEC60730_Libs
cmake --toolchain ../cmake/toolchain.cmake .. -DENABLE_INTEGRATION_TESTING=ON -DBOARD_NAME=${BOARD_NAME}
cmake --build . --target integration_test_info -j4
export ADAPTER_SN=440133193
export ADAPTER_SN=440133193
export LST_PATH=$PWD/test/integration_test/build/brd4187c/integration_test_iec60730_watchdog/S
export HOST_IP=192.168.1.69
cd ../test/
ls -la
bash execute_integration_test.sh ${BOARD_NAME} $TASK $COMPONENTS $ADAPTER_SN $COMPILER
bash execute_integration_test.sh $BOARD_NAME $TASK $COMPONENTS $ADAPTER_SN $COMPILER
- name: Upload firmware
uses: actions/[email protected]
with:
Expand All @@ -168,7 +168,7 @@ jobs:
TOOL_CHAINS: GCC
PLATFORM: MG12
TASK: gen-only
COMPONENT: all
COMPONENTS: all
ADAPTER_SN: 440189400
CHIP: EFR32MG12
steps:
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
git branch
cd ../test/
ls -la
bash execute_integration_test.sh ${BOARD_NAME} $TASK $COMPONENTS $ADAPTER_SN $COMPILER
bash execute_integration_test.sh $BOARD_NAME $TASK $COMPONENTS $ADAPTER_SN $COMPILER
- name: Upload firmware
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 008d4e5

Please sign in to comment.