From 2955f635539f61e02912dead0a7d25326bf282f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Goinvic?= Date: Thu, 26 Mar 2026 17:27:08 +0100 Subject: [PATCH] collect ess logs --- .github/workflows/ci.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 47a060323..dc89edb60 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -361,8 +361,17 @@ jobs: - name: Run ESS tests run: pytest-ess --test-suite "matrix-authentication-service" --additional-test-values-file ci-values.yml -- -vv - - uses: element-hq/upload-ess-logs-action@release/v2 + - name: Collect ESS logs if: ${{ failure() }} + run: collect-ess-logs + + - name: Upload logs + if: ${{ failure() }} + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + with: + name: ess-helm-logs + path: ess-helm-logs + retention-days: 1 tests-done: name: Tests done