ci: rename test job to unit-tests

This commit is contained in:
Gaëtan Maisse 2020-12-06 20:09:57 +01:00
parent 4b911b47e0
commit d9e6dc30a7
No known key found for this signature in database
GPG Key ID: D934C0EF3714A8A8

View File

@ -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