mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
Skip redundant lint-deps checks on CI
This commit is contained in:
committed by
Scott Nonnenberg
parent
3a726ad311
commit
4837014051
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user