Skip to content

Commit 23ede61

Browse files
committed
feat(setup): Minor rewrite 2
1 parent fea3c74 commit 23ede61

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
- node_modules
2525

2626
tests:
27-
<<: *defaults
28-
steps:
29-
- checkout
30-
- restore_cache:
31-
name: Restore node modules
32-
keys:
33-
- node_modules-{{ arch }}-{{ checksum "yarn.lock" }}
34-
- run:
35-
name: Run Tests
36-
command: yarn test
27+
<<: *defaults
28+
steps:
29+
- checkout
30+
- restore_cache:
31+
name: Restore node modules
32+
keys:
33+
- node_modules-{{ arch }}-{{ checksum "yarn.lock" }}
34+
- run:
35+
name: Run Tests
36+
command: yarn test
3737

3838
publish:
3939
<<: *defaults

0 commit comments

Comments
 (0)