From a158056b99e4cde2bfffa8244ababf8ba8eabba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 15 Apr 2024 11:12:03 +0200 Subject: [PATCH] chore: enable migration tests again (#2414) PR has been merged. https://github.com/lnbits/lnbits-extensions/pull/300 --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a3446438..569f58de5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}