From d31812c7fcf10c432c53fac2251e01a00e5eb016 Mon Sep 17 00:00:00 2001 From: Bruno Domingues Date: Mon, 23 Jun 2025 22:04:27 -0300 Subject: [PATCH] SIENTIAPDE-1111: refactor sonarqube pipeline 2. --- .github/workflows/quality-gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 4707ad2..99ffe9f 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -61,7 +61,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r ${{ steps.prepare-requirements.outputs.PROCESSED_REQUIREMENTS_FILE }} - pip install pytest pytest-cov + pip install pytest pytest-cov pytest-asyncio - name: 🧪 Run Tests with Pytest run: |