test gh workflow ci

This commit is contained in:
dni 2022-07-22 10:29:52 +02:00
commit 190a3f923f

View file

@ -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