Skip to content

Commit d3e6e92

Browse files
committed
adding pact runner (5)
1 parent 2c7ba55 commit d3e6e92

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.circleci/config.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ 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"
2531

2632
orbs:
2733
maven: circleci/maven@1.4.0
@@ -33,4 +39,5 @@ workflows:
3339
- maven/test:
3440
executor: j8
3541
- build:
36-
context: SonarCloud
42+
context: SonarCloud
43+
executor: machine_executor_amd64

0 commit comments

Comments
 (0)