Skip to content

Commit

Permalink
ci(global): upload client logs
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Dec 11, 2024
1 parent 267bff9 commit a9a806c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9a806c

Please sign in to comment.