mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-11 06:43: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
|
- name: Run tox for corresponding Python version
|
||||||
run: python -m tox
|
run: python -m tox
|
||||||
|
|
||||||
- name: Upload eliot.log in case of failure
|
- name: Upload eliot.log
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
if: failure()
|
|
||||||
with:
|
with:
|
||||||
name: eliot.log
|
name: eliot.log
|
||||||
path: eliot.log
|
path: eliot.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user