Skip to content

Commit f4063fc

Browse files
committed
ci: fix step
1 parent 5727a4a commit f4063fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
- checkout
1212
- restore_cache:
1313
key: v1-dependency-cache-{{ checksum "yarn.lock" }}
14-
- run:
15-
name: Test
16-
command: yarn test
1714
- run:
1815
name: Install dependencies
1916
command: yarn
2017
- save_cache:
2118
key: v1-dependency-cache-{{ checksum "yarn.lock" }}
2219
paths:
2320
- ./node_modules
21+
- run:
22+
name: Test
23+
command: yarn test
2424
- run:
2525
name: Release
2626
command: npx semantic-release

0 commit comments

Comments
 (0)