up
This commit is contained in:
parent
66ff456bf2
commit
0f1e5908d3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- name: list files
|
- name: list files
|
||||||
run: ls -la
|
run: ls -la
|
||||||
- name: Build the stack
|
- name: Build the stack
|
||||||
run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d
|
run: docker compose --project-directory ./ -f src/tests/docker-compose.yml up -d
|
||||||
- name: Copy alice cert file
|
- name: Copy alice cert file
|
||||||
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: Copy bob cert file
|
- name: Copy bob cert file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue