Skip to content

Commit

Permalink
Update manual_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-bingocth authored Jul 24, 2024
1 parent 22510cd commit 9c240d1
Showing 1 changed file with 52 additions and 4 deletions.
56 changes: 52 additions & 4 deletions .github/workflows/manual_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,24 @@ jobs:
ls -la &&
python test_script/get_report.py

- name: Upload results and logs
- name: Upload result
uses: actions/[email protected]
with:
path:
result/
warn: Output a warning but do not fail the action
retention-days: 90
- name: Upload artifact
uses: actions/[email protected]
with:
path:
artifact/
warn: Output a warning but do not fail the action
retention-days: 90
- name: Upload log
uses: actions/[email protected]
with:
path:
log/
warn: Output a warning but do not fail the action
retention-days: 90
Expand Down Expand Up @@ -185,12 +197,24 @@ jobs:
ls -la &&
python test_script/get_report.py

- name: Upload results and logs
- name: Upload result
uses: actions/[email protected]
with:
path:
result/
warn: Output a warning but do not fail the action
retention-days: 90
- name: Upload artifact
uses: actions/[email protected]
with:
path:
artifact/
warn: Output a warning but do not fail the action
retention-days: 90
- name: Upload log
uses: actions/[email protected]
with:
path:
log/
warn: Output a warning but do not fail the action
retention-days: 90
Expand Down Expand Up @@ -239,12 +263,24 @@ jobs:
ls -la &&
python test_script/get_report.py

- name: Upload results and logs
- name: Upload result
uses: actions/[email protected]
with:
path:
result/
warn: Output a warning but do not fail the action
retention-days: 90
- name: Upload artifact
uses: actions/[email protected]
with:
path:
artifact/
warn: Output a warning but do not fail the action
retention-days: 90
- name: Upload log
uses: actions/[email protected]
with:
path:
log/
warn: Output a warning but do not fail the action
retention-days: 90
Expand Down Expand Up @@ -295,12 +331,24 @@ jobs:
ls -la &&
python test_script/get_report.py

- name: Upload results and logs
- name: Upload result
uses: actions/[email protected]
with:
path:
result/
warn: Output a warning but do not fail the action
retention-days: 90
- name: Upload artifact
uses: actions/[email protected]
with:
path:
artifact/
warn: Output a warning but do not fail the action
retention-days: 90
- name: Upload log
uses: actions/[email protected]
with:
path:
log/
warn: Output a warning but do not fail the action
retention-days: 90
Expand Down

0 comments on commit 9c240d1

Please sign in to comment.