Skip to content

Commit

Permalink
Merge pull request #1 from SiliconLabs/update-workflow
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
silabs-bingocth authored Jul 24, 2024
2 parents fb20e7a + 82fe6ec commit 3837bfc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
env:
COMPILER: GCC
PLATFORM: MG12
HOST_IP: github.event.inputs.mg12_hostip
TOOL_DIRS: /home/sqa/SimplicityStudio-5/SimplicityStudio_v5/developer/toolchains/gnu_arm/10.3_2021.10/bin
APP_TYPE: SecureApp
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -143,7 +146,12 @@ jobs:
export HOST_IP=$HOST_IP &&
export COMPILER=GCC &&
export APP_TYPE=SecureApp

- name: Env set
uses: alsosee/[email protected]
with:
name: SERIAL_NUM
value: github.event.inputs.mg12_serialnum

- name: Testing
run:
cd Test/ &&
Expand Down

0 comments on commit 3837bfc

Please sign in to comment.