Skip to content

Commit

Permalink
search for where debug.log is
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Aug 22, 2024
1 parent c288f4f commit 0d5c8f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ jobs:
date -u
run: |
/bin/sh -x ./test/test_nodebuilder --ref "${GITHUB_SHA}"
find / -type f -name debug.log 2>/dev/null
cp "${HOME}/.bitcoon/debug.log" .
- name: Search for path for Bitcoin Core debug.log
run: find / -type f -name 'debug.log' 2> /dev/null || true
Expand Down

0 comments on commit 0d5c8f7

Please sign in to comment.