mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 22:58:46 +01:00
fix: no need to create fake admin (#2485)
already is done inside regtest
This commit is contained in:
parent
0076a85fdb
commit
c030ccc4f8
1 changed files with 0 additions and 4 deletions
4
.github/workflows/regtest.yml
vendored
4
.github/workflows/regtest.yml
vendored
|
@ -53,10 +53,6 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ inputs.python-version }}
|
||||
|
||||
- name: Create fake admin
|
||||
if: ${{ inputs.backend-wallet-class == 'LNbitsWallet' }}
|
||||
run: docker exec lnbits-lnbits-1 poetry run python tools/create_fake_admin.py
|
||||
|
||||
- name: Run pytest
|
||||
uses: pavelzw/pytest-action@v2
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue