Skip to content

Commit

Permalink
chore: roll-back temp test
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 committed Nov 29, 2024
1 parent 6e213e7 commit 7ed39ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
LNBITS_ADMIN_UI: true
DEBUG: true
LNBITS_EXTENSIONS_DEFAULT_INSTALL: "watchonly, satspay, tipjar, tpos, lnurlp, withdraw"
LNBITS_EXTENSIONS_MANIFESTS: "https://raw.githubusercontent.com/lnbits/lnbits-extensions/${{ github.head_ref || github.ref_name }}/extensions_v1.json"
LNBITS_EXTENSIONS_MANIFESTS: "https://raw.githubusercontent.com/lnbits/lnbits-extensions/${{ github.head_ref || github.ref_name }}/extensions.json"
LNBITS_BACKEND_WALLET_CLASS: FakeWallet
run: |
git clone https://github.com/lnbits/lnbits.git
Expand All @@ -75,7 +75,7 @@ jobs:
- name: run jmx scripts
env:
EXTENSIONS_MANIFEST_PATH: "lnbits/lnbits-extensions/refs/heads/v1_updates/extensions_v1.json"
EXTENSIONS_MANIFEST_PATH: "/lnbits/lnbits-extensions/${{ github.head_ref || github.ref_name }}/extensions.json"
run: |
make test
Expand Down

0 comments on commit 7ed39ce

Please sign in to comment.