Skip to content

Commit

Permalink
chore: print bitcoin logs after e2e failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Feb 12, 2024
1 parent 688e8b2 commit 8b39cc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ jobs:
- name: esplora logs on e2e tests error
if: failure()
run: docker logs esplora
- name: bitcoin logs on e2e tests error
if: failure()
run: docker logs bitcoin
- name: show disk space after tests
if: always()
run: df -h
Expand Down

0 comments on commit 8b39cc3

Please sign in to comment.