File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 - proxy_smoke
7070
7171env :
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()
You can’t perform that action at this time.
0 commit comments