Skip to content

Commit

Permalink
alternate for history
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Nov 28, 2024
1 parent c82563c commit 583db84
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,17 @@ 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/[email protected]
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
env:
PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: allure-report


publish_artifacts:
runs-on: [snappi-ixn-ci-novus10g]
Expand Down

0 comments on commit 583db84

Please sign in to comment.