chore: enable migration tests again (#2414)
PR has been merged. https://github.com/lnbits/lnbits-extensions/pull/300
This commit is contained in:
+10
-10
@@ -53,13 +53,13 @@ jobs:
|
|||||||
secrets:
|
secrets:
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
# jmeter:
|
jmeter:
|
||||||
# needs: [ lint ]
|
needs: [ lint ]
|
||||||
# strategy:
|
strategy:
|
||||||
# matrix:
|
matrix:
|
||||||
# python-version: ["3.9"]
|
python-version: ["3.9"]
|
||||||
# poetry-version: ["1.5.1"]
|
poetry-version: ["1.5.1"]
|
||||||
# uses: ./.github/workflows/jmeter.yml
|
uses: ./.github/workflows/jmeter.yml
|
||||||
# with:
|
with:
|
||||||
# python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
# poetry-version: ${{ matrix.poetry-version }}
|
poetry-version: ${{ matrix.poetry-version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user