feat: always store logs from failed capsule runs (#2421)

This commit is contained in:
Mikołaj Młodzikowski 2022-12-15 17:07:00 +01:00 committed by GitHub
parent b28d671975
commit 349eba7053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -93,8 +93,10 @@ jobs:
- name: Logs
run: vegacapsule network logs > vega-capsule-logs.txt
if: ${{ always() }}
- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
name: logs
path: ./vega-capsule-logs.txt

View File

@ -88,8 +88,10 @@ jobs:
- name: Logs
run: vegacapsule network logs > vega-capsule-logs.txt
if: ${{ always() }}
- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
name: logs
path: ./vega-capsule-logs.txt