From 64875fc7bfd8340861176ebd339ae4cc3dfc8398 Mon Sep 17 00:00:00 2001 From: WenyXu Date: Wed, 14 Aug 2024 03:04:58 +0000 Subject: [PATCH] chore: export kind logs --- .github/actions/sqlness-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/sqlness-test/action.yml b/.github/actions/sqlness-test/action.yml index 9764f03a846e..004f2b40b16e 100644 --- a/.github/actions/sqlness-test/action.yml +++ b/.github/actions/sqlness-test/action.yml @@ -60,7 +60,7 @@ runs: - name: Export kind logs if: failure() shell: bash - run: kind export logs -n greptimedb-operator-e2e /tmp/kind + run: kind export logs /tmp/kind - name: Upload logs if: failure() uses: actions/upload-artifact@v4