From 90033cb8555398da69cddbd6e9b705a845974ae5 Mon Sep 17 00:00:00 2001 From: Axel Pontetto Wasik Date: Wed, 8 Jan 2025 14:33:27 -0300 Subject: [PATCH] . --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac32a437..374dfbae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,9 +192,11 @@ jobs: ls ls -a coverage - name: Report to CodeClimate - run: | - chmod -R 777 "coverage/" - ./cc-test-reporter format-coverage --output "coverage/coverage.${{ matrix.ci_node_index }}.json" --prefix /github/workspace + env: + CI_NODE_INDEX: ${{ matrix.ci_node_index }} + uses: ./.github/actions/docker-run + with: + run: ./cc-test-reporter format-coverage --output "coverage/coverage.${CI_NODE_INDEX}.json" - name: Upload partial coverage uses: actions/upload-artifact@v4 with: