From 8008dfb28c855ddc2b30b7cd6c5199a66b135c3d Mon Sep 17 00:00:00 2001 From: Brian Gann Date: Thu, 28 Mar 2024 22:52:40 -0400 Subject: [PATCH] fix CC --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b496f5..d99302d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,8 +145,8 @@ jobs: 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 - ./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 + ./ccbin/cc-test-reporter format-coverage -t lcov -o out/codeclimate.frontend.json coverage/lcov.info - name: Code Climate - Upload if: steps.check-for-codeclimate.outputs.has-codeclimate == 'true'