Skip to content

chore: update docker alias for lnbits #70

chore: update docker alias for lnbits

chore: update docker alias for lnbits #70

Workflow file for this run

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