We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03cdcd commit 10db004Copy full SHA for 10db004
1 file changed
.github/workflows/run-e2e-automation-tests.yml
@@ -288,6 +288,7 @@ jobs:
288
gh_pages: gh-pages
289
allure_report: allure-report
290
allure_history: allure-history
291
+ keep_reports: 100
292
293
- name: Publish Allure report to GitHub Pages
294
if: github.event_name == 'workflow_dispatch'
@@ -302,5 +303,5 @@ jobs:
302
303
uses: actions/github-script@v8
304
with:
305
script: |
- const url = `https://${context.repo.owner}.github.io/${context.repo.repo}/`;
306
+ const url = `https://${context.repo.owner}.github.io/${context.repo.repo}/${context.runNumber}/`;
307
core.summary.addHeading('Allure Report').addLink('View Report', url).write();
0 commit comments