Skip to content

Commit f6282a6

Browse files
committed
PI-2517 - update circle-ci config file to execute integration tests
1 parent ad810d7 commit f6282a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ workflows:
156156
context:
157157
- hmpps-common-vars
158158
<<: *slack-fail-post-step
159-
- smoke-tests:
159+
- integration-tests:
160160
context:
161161
- hmpps-common-vars
162162
<<: *slack-fail-post-step
@@ -182,7 +182,7 @@ workflows:
182182
requires:
183183
- lint-code
184184
- unit-tests
185-
- smoke-tests
185+
- integration-tests
186186
- lint-helm-charts
187187
- build_docker
188188
filters:

0 commit comments

Comments
 (0)