diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 29db2ac67d..95a83ea73d 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -270,6 +270,7 @@ jobs: - name: After contract Tests id: after-tests + uses: paambaati/codeclimate-action@v3.0.0 env: GIT_SHA: ${{ github.sha }} GITHUB_PULL_REQUEST: 'false' @@ -290,5 +291,4 @@ jobs: -e CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID \ -e GITHUB_JOB_NAME=$GITHUB_JOB_NAME \ -e AWS_CONFIG_FILE=/app/credentials \ - -e PATH=$PATH \ api bash -c "./test/test-coverage.sh" \ No newline at end of file