forked from espressif/esp-protocols
ci(common): fixed github page publish path
This commit is contained in:
@ -27,12 +27,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
workflow: modem__build-host-tests.yml
|
workflow: modem__build-host-tests.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
name: modem_coverage_report
|
name: host_modem_test_coverage_report
|
||||||
path: modem_coverage_report_artifact
|
path: host_modem_test_coverage_report_artifact
|
||||||
- name: Merge HTML files
|
- name: Merge HTML files
|
||||||
run: |
|
run: |
|
||||||
echo "<html><body>" > index.html
|
echo "<html><body>" > index.html
|
||||||
cat modem_coverage_report_artifact/index.html >> index.html
|
cat host_modem_test_coverage_report_artifact/index.html >> index.html
|
||||||
cat websocket_coverage_report_artifact/index.html >> index.html
|
cat websocket_coverage_report_artifact/index.html >> index.html
|
||||||
echo "</body></html>" >> index.html
|
echo "</body></html>" >> index.html
|
||||||
mkdir coverage_report
|
mkdir coverage_report
|
||||||
|
Reference in New Issue
Block a user