Skip to content

Commit

Permalink
fix: upload bootstrap node log as well
Browse files Browse the repository at this point in the history
  • Loading branch information
maqi authored and joshuef committed Oct 19, 2023
1 parent c8f4b5c commit 613d55a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,11 @@ jobs:
path: /home/runner/.local/share/safe/test_faucet
continue-on-error: true
if: always()

- name: Upload bootstrap node logging folder
uses: actions/upload-artifact@main
with:
name: bootstrap_node_folder
path: /home/runner/.local/share/safe/bootstrap_node
continue-on-error: true
if: always()

0 comments on commit 613d55a

Please sign in to comment.