We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee69c9 commit 14030c2Copy full SHA for 14030c2
.github/actions/run-ansible-playbook/action.yaml
@@ -54,8 +54,14 @@ runs:
54
if-no-files-found: error
55
compression-level: 0 # no compression
56
57
- - name: Publish HTML report from testing
58
- uses: turing85/publish-report@v2
+ - name: HTML Preview
+ id: html_preview
59
+ uses: pavi2410/html-preview-action@v2
60
with:
- checkout: true
61
- report-path: test_tools_report.html
+ 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