diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 2a8c27f5..aa0a7e01 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -53,6 +53,10 @@ jobs: continue-on-error: true + env: + ALLURE_RESULTS_PATH: build/allure-results + COVERAGE_REPORT_PATH: build/python-coverage + steps: - uses: actions/checkout@v4