Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-bingocth authored Jul 24, 2024
1 parent 5712b59 commit a527fc9
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
COMPILER: GCC
PLATFORM: MG12
HOST_IP: github.event.inputs.mg12_hostip
SERIAL_NUM: github.event.inputs.mg12_serialnum
TOOL_DIRS: /home/sqa/SimplicityStudio-5/SimplicityStudio_v5/developer/toolchains/gnu_arm/10.3_2021.10/bin
APP_TYPE: SecureApp
steps:
Expand Down Expand Up @@ -147,15 +146,12 @@ jobs:
export HOST_IP=$HOST_IP &&
export COMPILER=GCC &&
export APP_TYPE=SecureApp
- name: Checking env variables
run:
echo "$COMMAND" &&
echo "$COMPONENT" &&
echo "$SERIAL_NUM" &&
echo "$PLATFORM" &&
echo "$COMPILER" &&
echo "$SECURITY"

- 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 a527fc9

Please sign in to comment.