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

Commit c862cd3

Browse files
author
sysadmin-frontend-binary
authored
Merge pull request #2869 from Mahboobeh-binary/patch-5
add test to release workflow
2 parents bea8060 + 8c10457 commit c862cd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
steps:
146146
- git_checkout_from_cache
147147
- npm_install
148+
- test
148149
- build
149150
- deploy:
150151
target_branch: "staging"
@@ -155,6 +156,7 @@ jobs:
155156
steps:
156157
- git_checkout_from_cache
157158
- npm_install
159+
- test
158160
- build
159161
- deploy:
160162
target_branch: "production"
@@ -165,6 +167,7 @@ jobs:
165167
steps:
166168
- git_checkout_from_cache
167169
- npm_install
170+
- test
168171
- build
169172
- docker:
170173
target: "production"

0 commit comments

Comments
 (0)