mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-28 05:10:17 +08:00
ci: rename test
job to unit-tests
This commit is contained in:
parent
4b911b47e0
commit
d9e6dc30a7
@ -441,7 +441,7 @@ jobs:
|
||||
- run:
|
||||
name: Lint
|
||||
command: yarn lint
|
||||
test:
|
||||
unit-tests:
|
||||
executor: sb_node_10_browsers
|
||||
steps:
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
@ -493,13 +493,13 @@ workflows:
|
||||
requires:
|
||||
- install-examples-deps
|
||||
- build
|
||||
- test:
|
||||
- unit-tests:
|
||||
requires:
|
||||
- install-examples-deps
|
||||
- build
|
||||
- coverage:
|
||||
requires:
|
||||
- test
|
||||
- unit-tests
|
||||
- chromatic:
|
||||
requires:
|
||||
- examples
|
||||
|
Loading…
x
Reference in New Issue
Block a user