From 4d6e5ddb15158d7115eded07dc390fb04213aabd Mon Sep 17 00:00:00 2001 From: Suren Gabrielyan Date: Wed, 8 Nov 2023 15:57:27 +0400 Subject: [PATCH] ci(common): fixed github page publish path --- .github/workflows/publish-coverage-report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-coverage-report.yml b/.github/workflows/publish-coverage-report.yml index 0f54861b94..63d0f103a4 100644 --- a/.github/workflows/publish-coverage-report.yml +++ b/.github/workflows/publish-coverage-report.yml @@ -27,12 +27,12 @@ jobs: with: workflow: modem__build-host-tests.yml workflow_conclusion: success - name: modem_coverage_report - path: modem_coverage_report_artifact + name: host_modem_test_coverage_report + path: host_modem_test_coverage_report_artifact - name: Merge HTML files run: | echo "" > 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 echo "" >> index.html mkdir coverage_report