Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Jan 15, 2025
1 parent da51bdd commit c7905e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,10 @@ jobs:
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"
run: ./cc-test-reporter format-coverage --output coverage/coverage.$CI_NODE_INDEX.json
- name: Run LSs
run: |
ls
ls -a coverage
find *coverage*
- name: Upload partial coverage
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c7905e5

Please sign in to comment.