Skip to content

Commit

Permalink
fix: removed cc refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kribor committed Nov 15, 2021
1 parent 8633a5d commit 230958a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }
Expand All @@ -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' }
Expand Down

0 comments on commit 230958a

Please sign in to comment.