feat: reintroduce boltz (#19)
* feat: reintroduce boltz * use latest boltz * fixup lnd version * enable legacy api
This commit is contained in:
parent
bfd4515f9c
commit
a99ef09bb9
5 changed files with 153 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue