add lnbits docker build to repo

This commit is contained in:
dni 2022-08-12 11:59:06 +02:00
commit 38942a19b1

View file

@ -7,5 +7,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Run tests - name: Run tests
run: | run: |
git clone https://github.com/lnbits/lnbits-legend.git
docker build -t lnbits-legend lnbits-legend
chmod +x ./tests chmod +x ./tests
./tests ./tests