From 4a137c45407171f3c659a263bd3188c95ebd6129 Mon Sep 17 00:00:00 2001 From: srdtrk <59252793+srdtrk@users.noreply.github.com> Date: Sat, 22 Jun 2024 14:57:53 +0200 Subject: [PATCH] fix(e2e): fixed diagnostics upload (#127) * test: diagnostics * ci: fix attempt * fix attempt * another attempt * ci: fix * test removing name * fix test --- .github/workflows/e2e.yml | 3 +-- e2e/interchaintestv8/e2esuite/diagnostics.go | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index ebacfedc..625a72a8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -75,6 +75,5 @@ jobs: if: ${{ failure() }} continue-on-error: true with: - name: '${{ matrix.entrypoint }}-${{ matrix.test }}' - path: e2e/diagnostics + path: e2e/interchaintestv8/diagnostics retention-days: 5 diff --git a/e2e/interchaintestv8/e2esuite/diagnostics.go b/e2e/interchaintestv8/e2esuite/diagnostics.go index 52c39499..f37e63bc 100644 --- a/e2e/interchaintestv8/e2esuite/diagnostics.go +++ b/e2e/interchaintestv8/e2esuite/diagnostics.go @@ -20,7 +20,7 @@ const ( testLabel = "ibc-test" dockerInspectFileName = "docker-inspect.json" - e2eDir = "interchaintestv8" + e2eDir = "e2e/interchaintestv8" defaultFilePerm = 0o750 )