diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4e89ac441..a26c77101 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 \ No newline at end of file + 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 + \ No newline at end of file