0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: add step to control the bundle sizes

(cherry picked from commit 5d132f1)
This commit is contained in:
Sergio Herrera Guzmán 2018-07-28 16:59:54 +02:00 committed by Juan Picado @jotadeveloper
parent fa591d25dc
commit aaafef9393
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -148,6 +148,15 @@ jobs:
name: Test End-to-End
command: yarn run test:e2e
test_size:
<<: *defaults
<<: *default_executor
steps:
- *restore_repo
- run:
name: Test size
command: yarn test:size
coverage:
<<: *defaults
<<: *default_executor
@ -218,6 +227,10 @@ workflows:
requires:
- prepare
<<: *ignore_non_dev_branches
- test_size:
requires:
- prepare
<<: *ignore_non_dev_branches
- coverage:
requires:
- test_node6
@ -225,6 +238,7 @@ workflows:
- test_node9
- test_node10
- test_e2e
- test_size
<<: *ignore_non_dev_branches
- publish_gh_pages:
requires:
@ -233,6 +247,7 @@ workflows:
- test_node9
- test_node10
- test_e2e
- test_size
<<: *execute_on_release
- publish_package:
requires: