mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-23 07:24:21 +01:00
Merge pull request #5833 from guggero/itest-github-fixes
itest: fix log file upload and flakes
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -286,8 +286,9 @@ jobs:
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
name: logs
|
||||
name: logs-itest-${{ job.id }}
|
||||
path: lntest/itest/**/*.log
|
||||
retention-days: 5
|
||||
|
||||
@@ -325,8 +326,9 @@ jobs:
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
name: logs
|
||||
name: logs-itest-windows
|
||||
path: lntest/itest/**/*.log
|
||||
retention-days: 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user