Merge pull request #5833 from guggero/itest-github-fixes

itest: fix log file upload and flakes
This commit is contained in:
Olaoluwa Osuntokun
2021-10-07 12:47:32 -07:00
committed by GitHub
5 changed files with 54 additions and 10 deletions

View File

@@ -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