Update .gitea/workflows/test.yml
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 5s
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 5s
This commit is contained in:
@@ -13,6 +13,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Préparer le site Render
|
||||
run: |
|
||||
mkdir -p render-site
|
||||
cp -r ci-reports/html/* render-site/
|
||||
|
||||
- name: Install Pixi and dependencies
|
||||
run: |
|
||||
curl -fsSL https://pixi.sh/install.sh | bash
|
||||
@@ -42,11 +47,6 @@ jobs:
|
||||
--html=ci-reports/html/index.html --self-contained-html
|
||||
allure generate allure-results -o ci-reports/allure
|
||||
|
||||
- name: Préparer le site Render
|
||||
run: |
|
||||
mkdir -p render-site
|
||||
cp -r ci-reports/html/* render-site/
|
||||
|
||||
- name: Push HTML report to GitHub
|
||||
run: |
|
||||
git clone https://x-access-token:${{ secrets.RENDER_GITHUB_TOKEN }}@github.com/Yaspsi/pytest-report-render.git deploy-repo
|
||||
|
||||
Reference in New Issue
Block a user