From db98176c7d7a03e4afbfda7574bc04f9313f7570 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 7 Jul 2025 20:03:38 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index c18c9f8c1..1d046006d 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -49,14 +49,14 @@ jobs: - name: Push Allure report to GitHub - run: | - git clone https://x-access-token:${{ secrets.RENDER_GITHUB_TOKEN }}@github.com/Yaspsi/pytest-report-render.git deploy-repo - ls -l deploy-repo # <-- Ajoute cette ligne pour voir si le dossier existe - rm -rf deploy-repo/* - cp -r ci-reports/allure/* deploy-repo/ - cd deploy-repo - git config user.name "ci-bot" - git config user.email "ci-bot@example.com" - git add . - git commit -m "Deploy Allure report" - git push origin main + run: | + git clone https://x-access-token:${{ secrets.RENDER_GITHUB_TOKEN }}@github.com/Yaspsi/pytest-report-render.git deploy-repo + ls -l deploy-repo # <-- Ajoute cette ligne pour voir si le dossier existe + rm -rf deploy-repo/* + cp -r ci-reports/allure/* deploy-repo/ + cd deploy-repo + git config user.name "ci-bot" + git config user.email "ci-bot@example.com" + git add . + git commit -m "Deploy Allure report" + git push origin main