Skip to content

Commit

Permalink
Remove non-working CI cache (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Mar 15, 2020
1 parent cdc0fe7 commit 7bf992a
Show file tree
Hide file tree
Showing 13 changed files with 284 additions and 512 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/pr-any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Config yarn cache
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: lint
run: |
yarn install --immutable | grep -v 'YN0013'
Expand All @@ -41,16 +31,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Config yarn cache
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: test
run: |
yarn install --immutable | grep -v 'YN0013'
Expand All @@ -68,16 +48,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Config yarn cache
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: build
run: |
yarn install --immutable | grep -v 'YN0013'
Expand All @@ -95,16 +65,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Config yarn cache
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: build
run: |
yarn install --immutable | grep -v 'YN0013'
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Config yarn cache
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: build
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea/
.vscode/
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"editor.tabSize": 2,
"files.eol": "\n",
"npm.packageManager": "yarn",
"eslint.enable": true,
"eslint.validate": [
"javascript",
"typescript",
"typescriptreact"
]
}
58 changes: 0 additions & 58 deletions .yarn/releases/yarn-berry.js

This file was deleted.

50 changes: 50 additions & 0 deletions .yarn/releases/yarn-rc.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
enableImmutableInstalls: false

enableProgressBars: false

nodeLinker: node-modules
Expand All @@ -7,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.js
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-berry.js
yarnPath: .yarn/releases/yarn-rc.js
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@babel/core": "^7.8.7",
"@babel/register": "^7.8.6",
"@babel/runtime": "^7.8.7",
"@polkadot/dev": "^0.50.32",
"@polkadot/ts": "^0.3.9",
"@polkadot/dev": "^0.50.33",
"@polkadot/ts": "^0.3.10",
"@types/bn.js": "^4.11.6",
"@types/chart.js": "^2.9.15",
"@types/file-saver": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.8.7",
"@polkadot/dev": "^0.50.32",
"@polkadot/dev": "^0.50.33",
"@polkadot/react-components": "0.40.0-beta.122",
"@polkadot/react-signer": "0.40.0-beta.122",
"query-string": "^6.11.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/page-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.122",
"@polkadot/react-qr": "^0.52.0-beta.9",
"@polkadot/react-qr": "^0.52.0-beta.13",
"detect-browser": "^5.0.0",
"file-saver": "^2.0.2",
"yargs": "^15.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@babel/runtime": "^7.8.7",
"@polkadot/keyring": "^2.6.2",
"@polkadot/react-api": "0.40.0-beta.122",
"@polkadot/react-identicon": "^0.52.0-beta.9",
"@polkadot/react-identicon": "^0.52.0-beta.13",
"@polkadot/react-query": "0.40.0-beta.122",
"@polkadot/ui-keyring": "^0.52.0-beta.9",
"@polkadot/ui-settings": "^0.52.0-beta.9",
"@polkadot/ui-keyring": "^0.52.0-beta.13",
"@polkadot/ui-settings": "^0.52.0-beta.13",
"chart.js": "^2.9.3",
"codeflask": "^1.4.1",
"i18next": "^19.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.122",
"@polkadot/react-qr": "^0.52.0-beta.9"
"@polkadot/react-qr": "^0.52.0-beta.13"
}
}
Loading

0 comments on commit 7bf992a

Please sign in to comment.