Skip to content

Commit

Permalink
fixin
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-bingocth authored Jul 24, 2024
1 parent a6bb839 commit 92569a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
type: boolean
default: 'true'
test_mg24:
description: 'Run test with MG24MG24?'
description: 'Run test with MG24?'
type: boolean
default: 'true'

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
run:
cd Test/ &&
ls -la &&
python test_script/get_report.py &&
python test_script/get_report.py

- name: Upload results and logs
uses: actions/[email protected]
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
run:
cd Test/ &&
ls -la &&
python test_script/get_report.py &&
python test_script/get_report.py

- name: Upload results and logs
uses: actions/[email protected]
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:

- name: Assign environment variables
run:
whoami
whoami &&
export HOST_IP=$HOST_IP &&
export TOOL_DIRS=/home/sqa/EmbeddedWorkbench8.4/arm/bin &&
export APP_TYPE=SecureApp
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:

- name: Assign environment variables
run:
whoami
whoami &&
export HOST_IP=$HOST_IP &&
export TOOL_DIRS=/home/sqa/EmbeddedWorkbench8.4/arm/bin &&
export APP_TYPE=SecureApp
Expand Down

0 comments on commit 92569a2

Please sign in to comment.