We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ecfe2 commit ad810d7Copy full SHA for ad810d7
.circleci/config.yml
@@ -99,7 +99,7 @@ jobs:
99
key: gradle-{{ checksum "build.gradle.kts" }}
100
- store_test_results:
101
path: build/test-results
102
- smoke-tests:
+ integration-tests:
103
machine:
104
image: ubuntu-2204:2022.10.2
105
steps:
@@ -116,8 +116,8 @@ jobs:
116
sudo update-alternatives --set javac /usr/lib/jvm/java-21-openjdk-amd64/bin/javac
117
java -version
118
- run:
119
- name: Run smoke tests
120
- command: make smoke-test
+ name: Run integration tests
+ command: make integration-test
121
create-and-push-image-to-ecr:
122
docker:
123
- image: ministryofjustice/cloud-platform-tools
0 commit comments