mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Just upload the log all the time
This commit is contained in:
parent
bcf1c71536
commit
1d4bc54b48
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -76,9 +76,8 @@ jobs:
|
||||
- name: Run tox for corresponding Python version
|
||||
run: python -m tox
|
||||
|
||||
- name: Upload eliot.log in case of failure
|
||||
- name: Upload eliot.log
|
||||
uses: actions/upload-artifact@v1
|
||||
if: failure()
|
||||
with:
|
||||
name: eliot.log
|
||||
path: eliot.log
|
||||
|
Loading…
Reference in New Issue
Block a user