Update .gitea/workflows/test.yml
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 22s
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 22s
This commit is contained in:
+11
-11
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user