Skip to content

Commit ad810d7

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
key: gradle-{{ checksum "build.gradle.kts" }}
100100
- store_test_results:
101101
path: build/test-results
102-
smoke-tests:
102+
integration-tests:
103103
machine:
104104
image: ubuntu-2204:2022.10.2
105105
steps:
@@ -116,8 +116,8 @@ jobs:
116116
sudo update-alternatives --set javac /usr/lib/jvm/java-21-openjdk-amd64/bin/javac
117117
java -version
118118
- run:
119-
name: Run smoke tests
120-
command: make smoke-test
119+
name: Run integration tests
120+
command: make integration-test
121121
create-and-push-image-to-ecr:
122122
docker:
123123
- image: ministryofjustice/cloud-platform-tools

0 commit comments

Comments
 (0)