add artifact for run sample log
This commit is contained in:
parent
85e9f698a8
commit
c082ce03f3
1 changed files with 7 additions and 1 deletions
8
.github/workflows/test-waylonwalker-com.yml
vendored
8
.github/workflows/test-waylonwalker-com.yml
vendored
|
|
@ -53,6 +53,12 @@ jobs:
|
||||||
attempt_counter=$(($attempt_counter+1))
|
attempt_counter=$(($attempt_counter+1))
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
- run: python sample.py
|
- run: python sample.py > run_sample.log
|
||||||
env:
|
env:
|
||||||
TP_DEV_TOKEN: ${{ secrets.TP_DEV_TOKEN }}
|
TP_DEV_TOKEN: ${{ secrets.TP_DEV_TOKEN }}
|
||||||
|
|
||||||
|
- name: Archive code coverage results
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: run-sample-log
|
||||||
|
path: run_sample.log
|
||||||
Loading…
Add table
Add a link
Reference in a new issue