Skip to content

Commit 2c7ba55

Browse files
committed
adding pact runner (4)
1 parent 4aff060 commit 2c7ba55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
- checkout
1111
- run:
1212
name: Run Pact Broker
13-
command: docker-compose up
13+
command: docker-compose up -d
1414
- run:
1515
name: Analyze on SonarCloud
1616
command: mvn verify sonar:sonar
1717
- run:
1818
name: Run Pact Broker
19-
command: docker-compose down
19+
command: docker-compose down -d
2020

2121
executors:
2222
j8:

0 commit comments

Comments
 (0)