diff --git a/.github/workflows/cypress-run.yml b/.github/workflows/cypress-run.yml index 2b14e0b44..700403159 100644 --- a/.github/workflows/cypress-run.yml +++ b/.github/workflows/cypress-run.yml @@ -91,7 +91,11 @@ jobs: - uses: actions/upload-artifact@v3 if: ${{ failure() }} with: - name: test-report-and-logs-${{ matrix.project }} - path: | - /home/runner/.vegacapsule/testnet/logs - frontend-monorepo/apps/trading-e2e/cypress/reports + name: logs-${{ matrix.project }} + path: /home/runner/.vegacapsule/testnet/logs + + - uses: actions/upload-artifact@v3 + if: ${{ failure() }} + with: + name: test-report-${{ matrix.project }} + path: frontend-monorepo/apps/trading-e2e/cypress/reports