Skip to content

Commit

Permalink
fix: ci runs on main (#387)
Browse files Browse the repository at this point in the history
* fix: ci runs on main
  • Loading branch information
dni authored Jul 23, 2024
1 parent bcc8ffa commit aa2fef5
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.event.pull_request.head.ref }}/extensions.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/${{ github.event.pull_request.head.ref }}/extensions.json"
EXTENSIONS_MANIFEST_PATH: "/lnbits/lnbits-extensions/${{ github.head_ref || github.ref_name }}/extensions.json"
run: |
make test
Expand Down

0 comments on commit aa2fef5

Please sign in to comment.