ci: check size in CI
This commit is contained in:
parent
e3b14f5904
commit
eb28d45933
@ -14,8 +14,8 @@ jobs:
|
|||||||
- v1-dependencies-{{ checksum "yarn.lock" }}
|
- v1-dependencies-{{ checksum "yarn.lock" }}
|
||||||
- v1-dependencies-
|
- v1-dependencies-
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Installing Dependencies
|
name: Install Dependencies
|
||||||
command: yarn --frozen-lockfile
|
command: yarn --frozen-lockfile
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
@ -24,6 +24,10 @@ jobs:
|
|||||||
- ~/.cache/yarn
|
- ~/.cache/yarn
|
||||||
key: v1-dependencies-{{ checksum "yarn.lock" }}
|
key: v1-dependencies-{{ checksum "yarn.lock" }}
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Running Tests
|
name: Run Tests
|
||||||
command: yarn test --ci --runInBand
|
command: yarn test --ci --runInBand
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: Check size
|
||||||
|
command: yarn size
|
||||||
|
Loading…
Reference in New Issue
Block a user