From 809073002e88ceaac22d76adfa341ccda850ade5 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Fri, 11 Oct 2019 13:05:04 +0200 Subject: [PATCH] Remove CC token on PR test (#229) --- .github/workflows/pr-any.yml | 6 ------ package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/.github/workflows/pr-any.yml b/.github/workflows/pr-any.yml index 19aad358..63791640 100644 --- a/.github/workflows/pr-any.yml +++ b/.github/workflows/pr-any.yml @@ -32,15 +32,9 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: test - env: - CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} run: | - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter yarn install --frozen-lockfile - ./cc-test-reporter before-build yarn test - ./cc-test-reporter after-build --exit-code 0 build_code: name: Build Code diff --git a/package.json b/package.json index 400c69fe..4b95d346 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@babel/core": "^7.6.4", "@babel/runtime": "^7.6.3", - "@polkadot/dev-react": "^0.32.0-beta.8", + "@polkadot/dev-react": "^0.32.0-beta.9", "@polkadot/ts": "^0.1.80", "babel-plugin-transform-vue-template": "^0.4.2", "empty": "^0.10.1", diff --git a/yarn.lock b/yarn.lock index 0c09d3b5..b6cfc900 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2052,15 +2052,15 @@ once "^1.4.0" universal-user-agent "^4.0.0" -"@polkadot/dev-react@^0.32.0-beta.8": - version "0.32.0-beta.8" - resolved "https://registry.yarnpkg.com/@polkadot/dev-react/-/dev-react-0.32.0-beta.8.tgz#c77d23c494405778515dd27d4846e0f85be7c1e0" - integrity sha512-0afw9u4YBpCJnCiPS0UEIDYbab7/14PNsAaDA+/zny6Y85LGLQzOht4GDkQvRzKE9QkEwHA5G3lZ+25B+Q71ZA== +"@polkadot/dev-react@^0.32.0-beta.9": + version "0.32.0-beta.9" + resolved "https://registry.yarnpkg.com/@polkadot/dev-react/-/dev-react-0.32.0-beta.9.tgz#acb4abce60061d25c6ff9830b32cb7df8287c1ca" + integrity sha512-pT6MWgdn8pqKjsPrEGyLXAd1m2jliMODBFtkI/5k+Isdw6garXtuL3fYb+jnf9vVGO0LDKbSbr5nqPNSrEyfrQ== dependencies: "@babel/core" "^7.6.4" "@babel/plugin-syntax-dynamic-import" "^7.2.0" "@babel/preset-react" "^7.6.3" - "@polkadot/dev" "^0.32.0-beta.8" + "@polkadot/dev" "^0.32.0-beta.9" "@types/react" "^16.9.5" "@types/react-dom" "^16.9.1" "@types/styled-components" "4.1.8" @@ -2088,10 +2088,10 @@ webpack-plugin-serve "^0.12.1" worker-loader "^2.0.0" -"@polkadot/dev@^0.32.0-beta.8": - version "0.32.0-beta.8" - resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.32.0-beta.8.tgz#9dff8dc3624833af13a7330655a6f3fd5bd0ab61" - integrity sha512-eZxC1W8GQbUtbcZuT5yzkz42ERIxsdKvzOp2NVXsC8F1qE3Tbo9su0yN8zpN8NUSsDL+7IQPjPE9FsGfshHNPw== +"@polkadot/dev@^0.32.0-beta.9": + version "0.32.0-beta.9" + resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.32.0-beta.9.tgz#d8835609c7c324f5fbc8793df83420635080cc6b" + integrity sha512-T3yvTAqU17PWYLsEXrD9OIBqu1JY72TzHe49RZoP0rzALpVGSWJ2jYOB12fCey6AxNvusEigKp5NVIVOCwA7FQ== dependencies: "@babel/cli" "^7.6.4" "@babel/core" "^7.6.4"