mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 04:28:00 +00:00
Remove CC token on PR test (#229)
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user