From e49abb9619244581a90ec238072318cffd2924a2 Mon Sep 17 00:00:00 2001 From: srdtrk Date: Sat, 22 Jun 2024 15:30:19 +0400 Subject: [PATCH] fix attempt --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 218032e8..43575926 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -75,6 +75,6 @@ jobs: if: ${{ failure() }} continue-on-error: true with: - name: '${{ matrix.entrypoint }}-${{ matrix.test }}' + name: '${{ matrix.test }}' path: e2e/interchaintestv8/diagnostics retention-days: 5