Skip redundant lint-deps
checks on CI
This commit is contained in:
parent
3a726ad311
commit
4837014051
1 changed files with 0 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -57,7 +57,6 @@ jobs:
|
|||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn generate
|
||||
- run: yarn lint
|
||||
- run: yarn lint-deps
|
||||
- run: yarn prepare-beta-build
|
||||
- run: yarn build
|
||||
- run: yarn test-node
|
||||
|
@ -91,7 +90,6 @@ jobs:
|
|||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn generate
|
||||
- run: yarn lint
|
||||
- run: yarn lint-deps
|
||||
- run: yarn prepare-beta-build
|
||||
- run: yarn build
|
||||
- run: xvfb-run --auto-servernum yarn test-node
|
||||
|
@ -128,7 +126,6 @@ jobs:
|
|||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn generate
|
||||
- run: yarn lint
|
||||
- run: yarn lint-deps
|
||||
- run: node build\grunt.js
|
||||
- run: yarn test-node
|
||||
- run: copy package.json temp.json
|
||||
|
|
Loading…
Add table
Reference in a new issue