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 c606047 commit bb3765c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit bb3765c

Please sign in to comment.