Skip to content

Commit 4aff060

Browse files
committed
adding pact runner (3)
1 parent 53c87f8 commit 4aff060

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ jobs:
55
docker:
66
- image: 'cimg/openjdk:8.0'
77
steps:
8+
- setup_remote_docker:
9+
version: 20.10.14
810
- checkout
911
- run:
1012
name: Run Pact Broker
@@ -23,6 +25,7 @@ executors:
2325

2426
orbs:
2527
maven: circleci/maven@1.4.0
28+
docker: circleci/docker@2.2.0
2629

2730
workflows:
2831
maven_test:

0 commit comments

Comments
 (0)