Skip to content

Commit

Permalink
fix CC
Browse files Browse the repository at this point in the history
  • Loading branch information
briangann committed Mar 29, 2024
1 parent de94db2 commit 6f81312
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 @@ -146,8 +146,8 @@ jobs:
chmod +x ./ccbin/cc-test-reporter
npm install jest
npm install jest-junit
npx jest --ci --runInBand --reporters=default --reporters=jest-junit
./ccbin/cc-test-reporter format-coverage -t lcov -o out/codeclimate.frontend.json coverage/lcov.info
npx jest --ci --runInBand --reporters=default --reporters=jest-junit
- name: Code Climate - Upload
if: steps.check-for-codeclimate.outputs.has-codeclimate == 'true'
Expand Down

0 comments on commit 6f81312

Please sign in to comment.