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