up
This commit is contained in:
parent
6a73aaa4b2
commit
832fc7409c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue