From c546a01914df60904ce8ba98304b42b1f9f3803f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Goinvic?= Date: Thu, 26 Mar 2026 16:02:49 +0100 Subject: [PATCH] upload failed logs in case of failure --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a97979a3ac..c49a5a48e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -852,6 +852,8 @@ jobs: - name: Run ESS tests run: pytest-ess --pull-chart --chart-version 26.3.0 --test-suite "synapse" --additional-test-values-file ci-values.yml -- -vv + - uses: element-hq/upload-ess-logs-action@release/v2 + if: ${{ failure() }} cargo-test: if: ${{ needs.changes.outputs.rust == 'true' }} runs-on: ubuntu-latest