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 }}