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 8008dfb commit de94db2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ jobs:
mkdir -p ccbin/
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./ccbin/cc-test-reporter
chmod +x ./ccbin/cc-test-reporter
npm install -g jest jest-junit
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
Expand Down

0 comments on commit de94db2

Please sign in to comment.