Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 8, 2024
1 parent bb3765c commit 7858126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: List files
run: ls -la
- name: Copy lnd files
run: docker cp polar-n2-alice:/home/lnd/.lnd/tls.cert .alice-tls.cert
run: docker cp polar-n2-alice:/home/lnd/.lnd/tls.cert alice-tls.cert
- name: check copied file
run : ls -la
run : cat alice-tls.cert

0 comments on commit 7858126

Please sign in to comment.