up
This commit is contained in:
parent
86ef8b0f1d
commit
6a73aaa4b2
1 changed files with 7 additions and 2 deletions
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
|
|
@ -7,7 +7,12 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Build the stack
|
||||
run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d
|
||||
- name: Run tests
|
||||
- name: Get dir tests
|
||||
run: pwd
|
||||
- name: List files
|
||||
run: ls -la
|
||||
- name: Copy lnd files
|
||||
run: docker cp polar-n2-alice:/home/lnd/.lnd/tls.cert .alice-tls.cert
|
||||
- name: check copied file
|
||||
run : ls -la
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue