mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 12:32:34 +02:00
Regtest update (#775)
* preparation pr for regtest update * remove FIXMEs Co-authored-by: dni <dni.khr@gmail.com>
This commit is contained in:
20
.github/workflows/regtest.yml
vendored
20
.github/workflows/regtest.yml
vendored
@@ -19,14 +19,8 @@ jobs:
|
|||||||
docker build -t lnbits-legend .
|
docker build -t lnbits-legend .
|
||||||
git clone https://github.com/lnbits/legend-regtest-enviroment.git docker
|
git clone https://github.com/lnbits/legend-regtest-enviroment.git docker
|
||||||
cd docker
|
cd docker
|
||||||
source docker-scripts.sh
|
chmod +x ./tests
|
||||||
lnbits-regtest-start
|
./tests
|
||||||
echo "sleeping 60 seconds"
|
|
||||||
sleep 60
|
|
||||||
echo "continue"
|
|
||||||
lnbits-regtest-init
|
|
||||||
bitcoin-cli-sim -generate 1
|
|
||||||
lncli-sim 1 listpeers
|
|
||||||
sudo chmod -R a+rwx .
|
sudo chmod -R a+rwx .
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
env:
|
||||||
@@ -66,14 +60,8 @@ jobs:
|
|||||||
docker build -t lnbits-legend .
|
docker build -t lnbits-legend .
|
||||||
git clone https://github.com/lnbits/legend-regtest-enviroment.git docker
|
git clone https://github.com/lnbits/legend-regtest-enviroment.git docker
|
||||||
cd docker
|
cd docker
|
||||||
source docker-scripts.sh
|
chmod +x ./tests
|
||||||
lnbits-regtest-start
|
./tests
|
||||||
echo "sleeping 60 seconds"
|
|
||||||
sleep 60
|
|
||||||
echo "continue"
|
|
||||||
lnbits-regtest-init
|
|
||||||
bitcoin-cli-sim -generate 1
|
|
||||||
lncli-sim 1 listpeers
|
|
||||||
sudo chmod -R a+rwx .
|
sudo chmod -R a+rwx .
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user