mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
chore: add step to control the bundle sizes
(cherry picked from commit 5d132f1)
This commit is contained in:
parent
fa591d25dc
commit
aaafef9393
1 changed files with 15 additions and 0 deletions
|
@ -148,6 +148,15 @@ jobs:
|
||||||
name: Test End-to-End
|
name: Test End-to-End
|
||||||
command: yarn run test:e2e
|
command: yarn run test:e2e
|
||||||
|
|
||||||
|
test_size:
|
||||||
|
<<: *defaults
|
||||||
|
<<: *default_executor
|
||||||
|
steps:
|
||||||
|
- *restore_repo
|
||||||
|
- run:
|
||||||
|
name: Test size
|
||||||
|
command: yarn test:size
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
<<: *default_executor
|
<<: *default_executor
|
||||||
|
@ -218,6 +227,10 @@ workflows:
|
||||||
requires:
|
requires:
|
||||||
- prepare
|
- prepare
|
||||||
<<: *ignore_non_dev_branches
|
<<: *ignore_non_dev_branches
|
||||||
|
- test_size:
|
||||||
|
requires:
|
||||||
|
- prepare
|
||||||
|
<<: *ignore_non_dev_branches
|
||||||
- coverage:
|
- coverage:
|
||||||
requires:
|
requires:
|
||||||
- test_node6
|
- test_node6
|
||||||
|
@ -225,6 +238,7 @@ workflows:
|
||||||
- test_node9
|
- test_node9
|
||||||
- test_node10
|
- test_node10
|
||||||
- test_e2e
|
- test_e2e
|
||||||
|
- test_size
|
||||||
<<: *ignore_non_dev_branches
|
<<: *ignore_non_dev_branches
|
||||||
- publish_gh_pages:
|
- publish_gh_pages:
|
||||||
requires:
|
requires:
|
||||||
|
@ -233,6 +247,7 @@ workflows:
|
||||||
- test_node9
|
- test_node9
|
||||||
- test_node10
|
- test_node10
|
||||||
- test_e2e
|
- test_e2e
|
||||||
|
- test_size
|
||||||
<<: *execute_on_release
|
<<: *execute_on_release
|
||||||
- publish_package:
|
- publish_package:
|
||||||
requires:
|
requires:
|
||||||
|
|
Loading…
Add table
Reference in a new issue