Skip to content

Workflow file for this run

name: Docker Compose Actions Workflow
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d
- 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