From 230958a820ee419cc55992675acc3fb13cbde449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Borgstr=C3=B6m?= Date: Mon, 15 Nov 2021 08:09:39 +0100 Subject: [PATCH] fix: removed cc refs --- .github/workflows/default.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 062debaf..a6ca4f51 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -8,7 +8,6 @@ jobs: if: "!contains(github.event.head_commit.message, 'skip ci')" env: NODE_OPTIONS: '--max-old-space-size=3200' -# CC_TEST_REPORTER_ID: 79976xxx set yours here steps: - { uses: actions/checkout@v2, with: { persist-credentials: false } } - { uses: actions/setup-node@v2, with: { node-version: 14 } } @@ -23,10 +22,7 @@ jobs: - name: test run: | -# curl -s -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter && chmod +x ./cc-test-reporter -# ./cc-test-reporter before-build yarn test-ci -# ./cc-test-reporter after-build -t lcov - uses: actions/upload-artifact@v2 with: { name: 'unit.xml', path: 'tmp/jest/unit.xml' }