Skip to content

Commit 1e38319

Browse files
committed
Revert change - allure report publishing is quite limited
1 parent 6599742 commit 1e38319

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/run-e2e-automation-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ on:
6969
- proxy_smoke
7070

7171
env:
72-
ALLURE_REPORT_ENVIRONMENT: ${{ startsWith(inputs.sub_environment, 'pr-') && inputs.sub_environment || inputs.apigee_environment }}
7372
APIGEE_AUTH_ENV: ${{ inputs.apigee_environment == 'int' && inputs.apigee_environment || 'internal-dev' }}
7473
APIGEE_ENVIRONMENT: ${{ inputs.apigee_environment }}
7574
ENVIRONMENT: ${{ inputs.environment }}
@@ -260,16 +259,16 @@ jobs:
260259
with:
261260
allure_results: tests/e2e_automation/output/allure-results
262261
gh_pages: gh-pages
263-
allure_report: allure-report/${{env.ALLURE_REPORT_ENVIRONMENT}}
264-
allure_history: allure-history/${{env.ALLURE_REPORT_ENVIRONMENT}}
262+
allure_report: allure-report
263+
allure_history: allure-history
265264

266265
- name: Publish Allure report to GitHub Pages
267266
if: always()
268267
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847
269268
with:
270269
github_token: ${{ secrets.GITHUB_TOKEN }}
271270
publish_branch: gh-pages
272-
publish_dir: allure-history/${{env.ALLURE_REPORT_ENVIRONMENT}}
271+
publish_dir: allure-history
273272

274273
- name: Add link to Allure report
275274
if: always()

0 commit comments

Comments
 (0)