style: fix yaml formatting in CI config

This commit is contained in:
Tom French 2022-06-18 16:58:16 +01:00 committed by James Long
parent 71599d0aff
commit bccad70a2c

View file

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