test gh workflow ci
This commit is contained in:
parent
dfd181e0be
commit
190a3f923f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -7,5 +7,8 @@ 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
|
||||||
|
cd lnbits-legend
|
||||||
|
docker build -t lnbits-legend .
|
||||||
chmod +x ./tests
|
chmod +x ./tests
|
||||||
./tests
|
./tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue