mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-15 12:20:21 +01:00
chore: enable migration tests again (#2414)
PR has been merged. https://github.com/lnbits/lnbits-extensions/pull/300
This commit is contained in:
parent
e8479941c8
commit
a158056b99
1 changed files with 10 additions and 10 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
@ -53,13 +53,13 @@ jobs:
|
|||
secrets:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
# jmeter:
|
||||
# needs: [ lint ]
|
||||
# strategy:
|
||||
# matrix:
|
||||
# python-version: ["3.9"]
|
||||
# poetry-version: ["1.5.1"]
|
||||
# uses: ./.github/workflows/jmeter.yml
|
||||
# with:
|
||||
# python-version: ${{ matrix.python-version }}
|
||||
# poetry-version: ${{ matrix.poetry-version }}
|
||||
jmeter:
|
||||
needs: [ lint ]
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.9"]
|
||||
poetry-version: ["1.5.1"]
|
||||
uses: ./.github/workflows/jmeter.yml
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
poetry-version: ${{ matrix.poetry-version }}
|
||||
|
|
Loading…
Add table
Reference in a new issue