Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit a345126

Browse files
remove: remove unnecessary steps needed for testing
1 parent c8fbd39 commit a345126

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,7 @@ jobs:
135135
steps:
136136
- git_checkout_from_cache
137137
- npm_install
138-
#- npm_test
139-
- build
140-
- compress
141-
- upload_artifact # uploading the built code to s3 to create a backup of key services separate from Kubernetes deployment
142-
- upload_checksum # uploading compressed artifact checksum to cross match artifact fingerprint before actual deployment
138+
- npm_test
143139

144140
release_beta:
145141
docker:

0 commit comments

Comments
 (0)