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
+1 -1
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