From 488eead682fde70050b5fc6bc82cc098d27c7059 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 9 Jul 2025 13:28:18 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 11 ----------- 1 file changed, 11 deletions(-) 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