From 38942a19b1c4574188b3b1c7d1dd01d79875335c Mon Sep 17 00:00:00 2001 From: dni Date: Fri, 12 Aug 2022 11:59:06 +0200 Subject: [PATCH] add lnbits docker build to repo --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d6ad84..7e56cd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,5 +7,7 @@ jobs: - uses: actions/checkout@v2 - name: Run tests run: | + git clone https://github.com/lnbits/lnbits-legend.git + docker build -t lnbits-legend lnbits-legend chmod +x ./tests ./tests