feat: adjust logs (#2459)
This commit is contained in:
parent
024ed575fc
commit
46955dd933
6
.github/workflows/cypress-explorer-e2e.yml
vendored
6
.github/workflows/cypress-explorer-e2e.yml
vendored
@ -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
|
||||
|
6
.github/workflows/cypress-token-e2e.yml
vendored
6
.github/workflows/cypress-token-e2e.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user