fix: no need to create fake admin (#2485)
already is done inside regtest
This commit is contained in:
@@ -53,10 +53,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ inputs.python-version }}
|
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
|
- name: Run pytest
|
||||||
uses: pavelzw/pytest-action@v2
|
uses: pavelzw/pytest-action@v2
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user