Skip to content

Commit a7275a4

Browse files
author
Gerald Yeo
committed
fix circle test command
1 parent d4b2b53 commit a7275a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ test:
1818
override:
1919
- yarn test
2020
- yarn run lint
21-
- yarn run coverage
21+
- yarn run test
22+
- yarn run coverage:upload
2223
deployment:
2324
release:
2425
tag: /^v[0-9]+(\.[0-9]+)*$/

0 commit comments

Comments
 (0)