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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue