diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index e7f204c2b..ea662fe49 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -36,10 +36,11 @@ jobs: - name: Run tests and generate reports (Allure + pytest-html) run: | export PATH="$HOME/.pixi/bin:$PATH" + cd slic pixi run pytest --cov=slic --cov-report=xml --cov-report=html \ --alluredir=allure-results \ --html=ci-reports/html-report.html --self-contained-html - allure generate allure-results -o allure-report + allure generate allure-results -o allure-report - name: Copy reports to ci-reports/