Skip to content

Commit 6eebce1

Browse files
committed
adding pact runner (7)
1 parent 7f340cc commit 6eebce1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
command: docker-compose up -d
1414
- run:
1515
name: Analyze on SonarCloud
16-
command: mvn verify sonar:sonar
16+
command: ssh remote-docker \ mvn verify sonar:sonar
1717
- run:
1818
name: Run Pact Broker
1919
command: docker-compose down -d
@@ -22,12 +22,6 @@ executors:
2222
j8:
2323
docker:
2424
- image: 'cimg/openjdk:8.0'
25-
machine_executor_amd64:
26-
machine:
27-
image: ubuntu-2204:2022.04.2
28-
environment:
29-
architecture: "amd64"
30-
platform: "linux/amd64"
3125

3226
orbs:
3327
maven: circleci/maven@1.4.0
@@ -37,6 +31,6 @@ workflows:
3731
maven_test:
3832
jobs:
3933
- maven/test:
40-
executor: machine_executor_amd64
34+
executor: j8
4135
- build:
4236
context: SonarCloud

0 commit comments

Comments
 (0)