ci: add step name (#279)
This commit is contained in:
parent
532a248798
commit
c0adcb5669
@ -14,7 +14,9 @@ jobs:
|
|||||||
- v1-dependencies-{{ checksum "yarn.lock" }}
|
- v1-dependencies-{{ checksum "yarn.lock" }}
|
||||||
- v1-dependencies-
|
- v1-dependencies-
|
||||||
|
|
||||||
- run: yarn --frozen-lockfile
|
- run:
|
||||||
|
name: Installing Dependencies
|
||||||
|
command: yarn --frozen-lockfile
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
@ -22,4 +24,6 @@ jobs:
|
|||||||
- ~/.cache/yarn
|
- ~/.cache/yarn
|
||||||
key: v1-dependencies-{{ checksum "yarn.lock" }}
|
key: v1-dependencies-{{ checksum "yarn.lock" }}
|
||||||
|
|
||||||
- run: yarn test --ci --runInBand
|
- run:
|
||||||
|
name: Running Tests
|
||||||
|
command: yarn test --ci --runInBand
|
||||||
|
Loading…
x
Reference in New Issue
Block a user