add lnbits docker build to repo
This commit is contained in:
parent
11857bba5a
commit
38942a19b1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue