From a9a806ca724e13b08aa62a7fe67036ed9bcee8dd Mon Sep 17 00:00:00 2001 From: Benno Zeeman Date: Wed, 11 Dec 2024 10:19:02 +0100 Subject: [PATCH] ci(global): upload client logs --- .github/workflows/merge.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 564de2707e..b479094dce 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -584,6 +584,15 @@ jobs: log_file_prefix: safe_test_logs_e2e platform: ${{ matrix.os }} + - name: DEBUG -- Upload client log + if: inputs.platform == 'ubuntu-latest' + uses: actions/upload-artifact@main + with: + compression-level: 9 + name: debugginglogs + path: | + ~/.local/share/autonomi/**/*.log* + # transaction_test: # if: "!startsWith(github.event.head_commit.message, 'chore(release):')" # name: transaction tests against network