From a19282cdcd012d21d13b91d9bd98d6078ca8f127 Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Fri, 22 Mar 2024 17:32:00 +0500 Subject: [PATCH] cleanup --- .github/workflows/ui_workflow.yml | 76 +++++++++++++++---------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/workflows/ui_workflow.yml b/.github/workflows/ui_workflow.yml index 792b9d86..2367d1d9 100644 --- a/.github/workflows/ui_workflow.yml +++ b/.github/workflows/ui_workflow.yml @@ -176,21 +176,21 @@ jobs: ref: gh-pages path: gh-pages - - name: Allure Report - uses: simple-elf/allure-report-action@v1.7 - if: always() - with: - gh_pages: gh-pages - allure_results: allure-results - allure_history: allure-history - - - name: Deploy report to Github Pages - if: always() - uses: peaceiris/actions-gh-pages@v3 - with: - PERSONAL_TOKEN: ${{ secrets.PYTEST_TOKEN }} - PUBLISH_BRANCH: gh-pages - PUBLISH_DIR: allure-history +# - name: Allure Report +# uses: simple-elf/allure-report-action@v1.7 +# if: always() +# with: +# gh_pages: gh-pages +# allure_results: allure-results +# allure_history: allure-history +# +# - name: Deploy report to Github Pages +# if: always() +# uses: peaceiris/actions-gh-pages@v3 +# with: +# PERSONAL_TOKEN: ${{ secrets.PYTEST_TOKEN }} +# PUBLISH_BRANCH: gh-pages +# PUBLISH_DIR: allure-history - name: Upload HTML run report in the Artifacts Folder uses: actions/upload-artifact@v4 @@ -317,29 +317,29 @@ jobs: local-testing: stop if: ${{ always() }} - - name: Get Allure history - uses: actions/checkout@v4 - if: always() - continue-on-error: true - with: - ref: gh-pages - path: gh-pages - - - name: Allure Report - uses: simple-elf/allure-report-action@v1.7 - if: always() - with: - gh_pages: gh-pages - allure_results: allure-results - allure_history: allure-history - - - name: Deploy report to Github Pages - if: always() - uses: peaceiris/actions-gh-pages@v3 - with: - PERSONAL_TOKEN: ${{ secrets.PYTEST_TOKEN }} - PUBLISH_BRANCH: gh-pages - PUBLISH_DIR: allure-history +# - name: Get Allure history +# uses: actions/checkout@v4 +# if: always() +# continue-on-error: true +# with: +# ref: gh-pages +# path: gh-pages +# +# - name: Allure Report +# uses: simple-elf/allure-report-action@v1.7 +# if: always() +# with: +# gh_pages: gh-pages +# allure_results: allure-results +# allure_history: allure-history +# +# - name: Deploy report to Github Pages +# if: always() +# uses: peaceiris/actions-gh-pages@v3 +# with: +# PERSONAL_TOKEN: ${{ secrets.PYTEST_TOKEN }} +# PUBLISH_BRANCH: gh-pages +# PUBLISH_DIR: allure-history - name: Upload HTML run report in the Artifacts Folder uses: actions/upload-artifact@v4