Skip to content

Commit

Permalink
actions: upload lnd and ldk logs using github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalturtle committed Jul 11, 2023
1 parent f63c87d commit 4af0d0a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ jobs:
with:
command: test
args: --all-targets --benches -- --test-threads=1
- name: Archive lnd logs
uses: actions/upload-artifact@v3
with:
name: lnd-logs
path: |
/tmp/lnd_logs
- name: Archive ldk logs
uses: actions/upload-artifact@v3
with:
name: ldk-logs
path: |
/tmp/ldk_logs
- uses: actions-rs/cargo@v1
name: cargo fmt
with:
Expand Down

0 comments on commit 4af0d0a

Please sign in to comment.