We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7908fca commit e9debe1Copy full SHA for e9debe1
1 file changed
.github/workflows/github_actions_tests.yml
@@ -68,7 +68,7 @@ jobs:
68
if: always()
69
run: |
70
npx allure generate allure-results --clean -o allure-report
71
- sed -i 's|<base href="/">|<base href="/forcePointPlaywrightPythonTest/">|' allure-report/index.html
+ sed -i "s|<base href=\"/\">|<base href=\"/${GITHUB_REPOSITORY#*/}/\">|" allure-report/index.html
72
73
74
0 commit comments