diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 27a64fff2..765e54426 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,19 +42,10 @@ jobs: - name: Send Coverage Email run: | ${{steps.path.outputs.pythonv}} do.py coverage - # - name: Generate Allure report - # run: | - # source ~/.profile - # ${{steps.path.outputs.pythonv}} do.py generate_allure_report - - - name: Build test report - uses: simple-elf/allure-report-action@v1.7 - if: always() - with: - gh_pages: gh-pages - allure_history: allure-history - allure_results: build/allure-results - + - name: Generate Allure report + run: | + source ~/.profile + ${{steps.path.outputs.pythonv}} do.py generate_allure_report - name: Deploy report to Github Pages if: always() uses: peaceiris/actions-gh-pages@v2 @@ -62,7 +53,6 @@ jobs: PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }} PUBLISH_BRANCH: gh-pages PUBLISH_DIR: allure-report - publish_artifacts: runs-on: [snappi-ixn-ci-novus10g]