chore: add job name to log file name (#2650)
This commit is contained in:
parent
2c3c685522
commit
d098ee671e
2
.github/workflows/cypress-token-e2e.yml
vendored
2
.github/workflows/cypress-token-e2e.yml
vendored
@ -90,5 +90,5 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: logs
|
||||
name: logs-token
|
||||
path: /home/runner/.vegacapsule/testnet/logs
|
||||
|
2
.github/workflows/cypress-trading-e2e.yml
vendored
2
.github/workflows/cypress-trading-e2e.yml
vendored
@ -82,5 +82,5 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: logs
|
||||
name: logs-trading
|
||||
path: /home/runner/.vegacapsule/testnet/logs
|
||||
|
Loading…
Reference in New Issue
Block a user