From c8c14044e899907d0ccd2635ac993c1b95b0e7a4 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Tue, 12 Nov 2024 14:16:16 +0200 Subject: [PATCH] fix: use temp v1 manifest --- .github/workflows/jmeter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/jmeter.yml b/.github/workflows/jmeter.yml index 03d14911a..25aeebf42 100644 --- a/.github/workflows/jmeter.yml +++ b/.github/workflows/jmeter.yml @@ -29,6 +29,7 @@ jobs: LNBITS_ADMIN_UI: true LNBITS_EXTENSIONS_DEFAULT_INSTALL: "watchonly, satspay, tipjar, tpos, lnurlp, withdraw" LNBITS_BACKEND_WALLET_CLASS: FakeWallet + LNBITS_EXTENSIONS_MANIFESTS: "https://raw.githubusercontent.com/lnbits/lnbits-extensions/refs/heads/v1_updates/extensions_v1.json" run: | poetry run lnbits & sleep 5