style: fix yaml formatting in CI config
This commit is contained in:
parent
71599d0aff
commit
bccad70a2c
1 changed files with 3 additions and 3 deletions
|
@ -45,13 +45,13 @@ jobs:
|
|||
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v3-dependencies-{{ checksum "yarn.lock" }}
|
||||
- v3-dependencies-{{ checksum "yarn.lock" }}
|
||||
|
||||
- run: yarn install --pure-lockfile
|
||||
|
||||
- save_cache:
|
||||
<<: *cached_files
|
||||
|
||||
|
||||
- run: yarn test
|
||||
|
||||
build_windows:
|
||||
|
@ -94,7 +94,7 @@ jobs:
|
|||
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v3-dependencies-{{ checksum "yarn.lock" }}
|
||||
- v3-dependencies-{{ checksum "yarn.lock" }}
|
||||
|
||||
- run: yarn install --pure-lockfile
|
||||
|
||||
|
|
Loading…
Reference in a new issue