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' }