diff --git a/.github/workflows/workflow-engine-unit-tests.yml b/.github/workflows/workflow-engine-unit-tests.yml index ebc4c0b28c..4e6c688a35 100644 --- a/.github/workflows/workflow-engine-unit-tests.yml +++ b/.github/workflows/workflow-engine-unit-tests.yml @@ -15,7 +15,7 @@ jobs: matrix: python-version: ['3.10'] env: - PYTHONPATH: /home/runner/work/wazuh-qa/wazuh-qa/modules/workflow_engine + PYTHONPATH: /home/runner/work/wazuh-qa/wazuh-qa/deployability/modules/workflow_engine steps: - uses: actions/checkout@v3 @@ -31,5 +31,5 @@ jobs: python -m pip install --upgrade pip wheel pip install -r deployability/modules/workflow_engine/requirements-dev.txt --no-build-isolation - - name: Run API tests + - name: Run workflow_engine tests run: python -m pytest deployability/modules/workflow_engine \ No newline at end of file