We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3b5db commit c789711Copy full SHA for c789711
1 file changed
.github/workflows/github_actions_tests.yml
@@ -77,4 +77,9 @@ jobs:
77
publish_branch: gh_pages
78
publish_dir: ./allure-report
79
80
+ - name: Output report link
81
+ if: always()
82
+ run: |
83
+ echo "### ✅ [View Allure Report](https://amielnoy.github.io/forcePointPlaywrightPythonTest)" >> $GITHUB_STEP_SUMMARY
84
+
85
0 commit comments