Skip to content

Commit c789711

Browse files
committed
add github pages result site link
1 parent ff3b5db commit c789711

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github_actions_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,9 @@ jobs:
7777
publish_branch: gh_pages
7878
publish_dir: ./allure-report
7979

80+
- name: Output report link
81+
if: always()
82+
run: |
83+
echo "### ✅ [View Allure Report](https://amielnoy.github.io/forcePointPlaywrightPythonTest)" >> $GITHUB_STEP_SUMMARY
84+
8085

0 commit comments

Comments
 (0)