Skip to content

Commit 5abe664

Browse files
securedeveloperafzalah
authored andcommitted
JSE-CodeCove add refactor circleci config file.
1 parent 6dc5136 commit 5abe664

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.circleci/config.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ jobs:
105105
command: |
106106
yarn run test
107107
108-
test_size:
109-
<<: *defaults
110-
<<: *default_executor
111-
steps:
112-
- *restore_repo
113-
- run:
114-
name: Test size
115-
command: yarn test:size
108+
# test_size:
109+
# <<: *defaults
110+
# <<: *default_executor
111+
# steps:
112+
# - *restore_repo
113+
# - run:
114+
# name: Test size
115+
# command: yarn test:size
116116

117117
coverage:
118118
<<: *defaults
@@ -161,5 +161,4 @@ workflows:
161161
- test_node8
162162
- test_node9
163163
- test_node10
164-
- test_size
165164
<<: *ignore_non_dev_branches

0 commit comments

Comments
 (0)