Skip to content

Commit 2bf0fb6

Browse files
authoredOct 1, 2019
Update config.yml
Run coverage report after tests
1 parent 1db620f commit 2bf0fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- run: yarn
2626
- run: yarn run bootstrap
2727
- run: yarn run build
28-
- run: yarn run coverage
2928

3029
- save_cache:
3130
key: amplify-ssh-deps-{{ .Branch }}
@@ -56,6 +55,7 @@ jobs:
5655
yarn run test --scope aws-amplify-react
5756
yarn run test --scope aws-amplify-angular
5857
yarn run test --scope aws-amplify-vue
58+
yarn run coverage
5959
integ_setup:
6060
<<: *defaults
6161
working_directory: ~/

0 commit comments

Comments
 (0)
Please sign in to comment.