From bb3765c822ad29967223a32454aed6bd14389e49 Mon Sep 17 00:00:00 2001 From: hatim boufnichel Date: Mon, 8 Apr 2024 22:15:50 +0200 Subject: [PATCH] up --- .github/workflows/test.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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