SIENTIAPDE-1111: refactor sonarqube pipeline 2.

This commit is contained in:
Bruno Domingues
2025-06-23 22:04:27 -03:00
parent cff067c517
commit d31812c7fc

View File

@@ -61,7 +61,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r ${{ steps.prepare-requirements.outputs.PROCESSED_REQUIREMENTS_FILE }} 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 - name: 🧪 Run Tests with Pytest
run: | run: |