Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/run-e2e-automation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ jobs:
gh_pages: gh-pages
allure_report: allure-report
allure_history: allure-history
keep_reports: 100

- name: Publish Allure report to GitHub Pages
if: github.event_name == 'workflow_dispatch'
Expand All @@ -302,5 +303,5 @@ jobs:
uses: actions/github-script@v8
with:
script: |
const url = `https://${context.repo.owner}.github.io/${context.repo.repo}/`;
const url = `https://${context.repo.owner}.github.io/${context.repo.repo}/${context.runNumber}/`;
core.summary.addHeading('Allure Report').addLink('View Report', url).write();
Loading