feat: always store logs from failed capsule runs (#2421)
This commit is contained in:
parent
b28d671975
commit
349eba7053
2
.github/workflows/cypress-explorer-e2e.yml
vendored
2
.github/workflows/cypress-explorer-e2e.yml
vendored
@ -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
|
||||
|
2
.github/workflows/cypress-token-e2e.yml
vendored
2
.github/workflows/cypress-token-e2e.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user