From 9344f27eb85e019b460380bf1511b079e00e0ef5 Mon Sep 17 00:00:00 2001 From: Junior Carrillo Date: Fri, 20 Sep 2024 15:34:09 -0500 Subject: [PATCH] fix(GitHub Action): Add list files in workspace --- .github/workflows/test-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 056e8e1..24e7687 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -41,4 +41,4 @@ jobs: summary-title: Report of coverage tests generated from GitHub Actions badge-title: Coverage create-new-comment: true - coverage-summary-path: ${{ github.workspace }}/home/runner/work/nodets/nodets/coverage/coverage-summary.json + coverage-summary-path: ./coverage/coverage-summary.json