test(trading): skip send report to artifact if tests are passed (#3154)

This commit is contained in:
daro-maj 2023-03-10 15:37:49 +01:00 committed by GitHub
parent b3bfb90804
commit f5ad2de5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ jobs:
run: ls -alsh /home/runner/.vegacapsule/testnet/logs/
- uses: actions/upload-artifact@v3
if: ${{ always() }}
if: ${{ failure() }}
with:
name: logs-${{ matrix.project }}
path: /home/runner/.vegacapsule/testnet/logs