ci: check size in CI
This commit is contained in:
parent
e3b14f5904
commit
eb28d45933
@ -15,7 +15,7 @@ jobs:
|
|||||||
- v1-dependencies-
|
- v1-dependencies-
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Installing Dependencies
|
name: Install Dependencies
|
||||||
command: yarn --frozen-lockfile
|
command: yarn --frozen-lockfile
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
@ -25,5 +25,9 @@ jobs:
|
|||||||
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