There was an error while loading. Please reload this page.
1 parent 7efe4bc commit d3694d2Copy full SHA for d3694d2
1 file changed
.github/workflows/tests.yml
@@ -20,4 +20,8 @@ jobs:
20
- name: Install dependencies
21
run: npm ci
22
- name: Run Tests
23
+ env:
24
+ TEST_LNBITS_CONFIG: '{"baseUrl":"${{ env.LNBITS_BASE_URL }}","adminKey":"${{ secrets.LNBITS_ADMIN_KEY }}"}'
25
+ TEST_LNBITS_ADDINVOICE: '{"amount":50000}'
26
+ TEST_LNBITS_GETBALANCE: '{}'
27
run: npm test
0 commit comments