feat: adjust logs (#2459)

This commit is contained in:
Mikołaj Młodzikowski 2022-12-22 11:18:03 +01:00 committed by GitHub
parent 024ed575fc
commit 46955dd933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 10 deletions

View File

@ -91,12 +91,8 @@ jobs:
## Upload logs
######
- name: Logs
run: vegacapsule network logs > vega-capsule-logs.txt
if: ${{ always() }}
- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
name: logs
path: ./explorer-capsule-logs.txt
path: /home/runner/.vegacapsule/testnet/logs

View File

@ -86,12 +86,8 @@ jobs:
## Upload logs
######
- name: Logs
run: vegacapsule network logs > vega-capsule-logs.txt
if: ${{ always() }}
- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
name: logs
path: ./token-capsule-logs.txt
path: /home/runner/.vegacapsule/testnet/logs