diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml
index 0ee53b753..c328943f3 100644
--- a/.gitea/workflows/test.yml
+++ b/.gitea/workflows/test.yml
@@ -68,16 +68,6 @@ jobs:
env:
CI_TOKEN: ${{ secrets.CI_TOKEN }}
- - name: Add commit info banner to Allure report
- run: |
- COMMIT_SHA=$(git rev-parse --short HEAD)
- echo "
Build: ${COMMIT_SHA}
" > ci-reports/allure/commit_info.html
- echo "" >> ci-reports/allure/index.html
-
- name: Link to report
run: |
ts=$(date +%s)
@@ -89,7 +79,6 @@ jobs:
echo "=============================="
-
- name: Deploy Allure report to GitHub
run: |
git clone https://x-access-token:${{ secrets.RENDER_GITHUB_TOKEN }}@github.com/Yaspsi/pytest-report-render.git deploy-repo