Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Jan 15, 2025
1 parent c7905e5 commit 1e04c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ 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: |
find *coverage*
Expand Down

0 comments on commit 1e04c9e

Please sign in to comment.