mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-24 13:05:50 +00:00
Upload trial's test.log on GitHub Actions
This commit is contained in:
parent
e0414fd8af
commit
bcf1c71536
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -83,6 +83,12 @@ jobs:
|
||||
name: eliot.log
|
||||
path: eliot.log
|
||||
|
||||
- name: Upload trial log
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: _trial_temp/test.log
|
||||
path: _trial_temp/test.log
|
||||
|
||||
# Upload this job's coverage data to Coveralls. While there is a GitHub
|
||||
# Action for this, as of Jan 2021 it does not support Python coverage
|
||||
# files - only lcov files. Therefore, we use coveralls-python, the
|
||||
|
Loading…
x
Reference in New Issue
Block a user