Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 14030c2

Browse files
committedJan 6, 2025
tests passing tool report
1 parent 7ee69c9 commit 14030c2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed
 

‎.github/actions/run-ansible-playbook/action.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,14 @@ runs:
5454
if-no-files-found: error
5555
compression-level: 0 # no compression
5656

57-
- name: Publish HTML report from testing
58-
uses: turing85/publish-report@v2
57+
- name: HTML Preview
58+
id: html_preview
59+
uses: pavi2410/html-preview-action@v2
5960
with:
60-
checkout: true
61-
report-path: test_tools_report.html
61+
html_file: 'test_tools_report.html'
62+
63+
# - name: Publish HTML report from testing
64+
# uses: turing85/publish-report@v2
65+
# with:
66+
# checkout: true
67+
# report-path: test_tools_report.html

0 commit comments

Comments
 (0)
Please sign in to comment.