fix regtest (#867)

Co-authored-by: dni <dni.khr@gmail.com>
This commit is contained in:
dni ⚡
2022-08-12 21:05:13 +02:00
committed by GitHub
parent d1e1cbed41
commit 3457ff101e

View File

@@ -17,6 +17,7 @@ jobs:
- uses: abatilo/actions-poetry@v2.1.3
- name: Setup Regtest
run: |
docker build -t lnbits-legend .
git clone https://github.com/lnbits/legend-regtest-enviroment.git docker
cd docker
chmod +x ./tests
@@ -55,6 +56,7 @@ jobs:
- uses: abatilo/actions-poetry@v2.1.3
- name: Setup Regtest
run: |
docker build -t lnbits-legend .
git clone https://github.com/lnbits/legend-regtest-enviroment.git docker
cd docker
chmod +x ./tests
@@ -95,6 +97,7 @@ jobs:
- uses: abatilo/actions-poetry@v2.1.3
- name: Setup Regtest
run: |
docker build -t lnbits-legend .
git clone https://github.com/lnbits/legend-regtest-enviroment.git docker
cd docker
chmod +x ./tests