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 d818c3b commit da51bdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,16 @@ jobs:
uses: rootstrap/check_untracked_changes@v1
with:
path: "./app/ ./spec/"
- name: Run LSs
run: |
ls
ls -a coverage
- name: Report to CodeClimate
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: Run LSs
run: |
ls
ls -a coverage
- name: Upload partial coverage
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit da51bdd

Please sign in to comment.