mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 04:22:35 +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:
30
.github/workflows/regtest.yml
vendored
30
.github/workflows/regtest.yml
vendored
@@ -19,17 +19,11 @@ 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:
|
||||||
VIRTUAL_ENV: ./venv
|
VIRTUAL_ENV: ./venv
|
||||||
PATH: ${{ env.VIRTUAL_ENV }}/bin:${{ env.PATH }}
|
PATH: ${{ env.VIRTUAL_ENV }}/bin:${{ env.PATH }}
|
||||||
run: |
|
run: |
|
||||||
@@ -37,7 +31,7 @@ jobs:
|
|||||||
./venv/bin/python -m pip install --upgrade pip
|
./venv/bin/python -m pip install --upgrade pip
|
||||||
./venv/bin/pip install -r requirements.txt
|
./venv/bin/pip install -r requirements.txt
|
||||||
./venv/bin/pip install pylightning
|
./venv/bin/pip install pylightning
|
||||||
./venv/bin/pip install pytest pytest-asyncio pytest-cov requests mock
|
./venv/bin/pip install pytest pytest-asyncio pytest-cov requests mock
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
PYTHONUNBUFFERED: 1
|
PYTHONUNBUFFERED: 1
|
||||||
@@ -66,17 +60,11 @@ 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:
|
||||||
VIRTUAL_ENV: ./venv
|
VIRTUAL_ENV: ./venv
|
||||||
PATH: ${{ env.VIRTUAL_ENV }}/bin:${{ env.PATH }}
|
PATH: ${{ env.VIRTUAL_ENV }}/bin:${{ env.PATH }}
|
||||||
run: |
|
run: |
|
||||||
@@ -84,7 +72,7 @@ jobs:
|
|||||||
./venv/bin/python -m pip install --upgrade pip
|
./venv/bin/python -m pip install --upgrade pip
|
||||||
./venv/bin/pip install -r requirements.txt
|
./venv/bin/pip install -r requirements.txt
|
||||||
./venv/bin/pip install pylightning
|
./venv/bin/pip install pylightning
|
||||||
./venv/bin/pip install pytest pytest-asyncio pytest-cov requests mock
|
./venv/bin/pip install pytest pytest-asyncio pytest-cov requests mock
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
PYTHONUNBUFFERED: 1
|
PYTHONUNBUFFERED: 1
|
||||||
@@ -94,4 +82,4 @@ jobs:
|
|||||||
CLIGHTNING_RPC: docker/data/clightning-1/regtest/lightning-rpc
|
CLIGHTNING_RPC: docker/data/clightning-1/regtest/lightning-rpc
|
||||||
run: |
|
run: |
|
||||||
sudo chmod -R a+rwx . && rm -rf ./data && mkdir -p ./data
|
sudo chmod -R a+rwx . && rm -rf ./data && mkdir -p ./data
|
||||||
make test-real-wallet
|
make test-real-wallet
|
||||||
|
Reference in New Issue
Block a user