feat: reintroduce boltz (#19)

* feat: reintroduce boltz
* use latest boltz
* fixup lnd version
* enable legacy api
This commit is contained in:
dni ⚡ 2025-09-12 09:54:39 +02:00 committed by GitHub
commit a99ef09bb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 153 additions and 4 deletions

View file

@ -4,10 +4,10 @@ jobs:
regtest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run tests
run: |
git clone https://github.com/lnbits/lnbits-legend.git
docker build -t lnbitsdocker/lnbits-legend lnbits-legend
git clone https://github.com/lnbits/lnbits.git
docker build -t lnbits/lnbits lnbits
chmod +x ./tests
./tests