-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22510cd
commit 9c240d1
Showing
1 changed file
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|