Skip to content

Commit

Permalink
Skip redundant lint-deps checks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal authored and scottnonnenberg-signal committed Jan 11, 2021
1 parent 3a726ad commit 4837014
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4837014

Please sign in to comment.