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 8df19f9 commit ad27287
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ 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: Testing
run:
Expand Down

0 comments on commit ad27287

Please sign in to comment.