Skip to content

Commit 53c87f8

Browse files
committed
adding pact runner (2)
1 parent 5ac1d98 commit 53c87f8

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
@@ -8,13 +8,13 @@ jobs:
88
- checkout
99
- run:
1010
name: Run Pact Broker
11-
command: docker-compose up -v
11+
command: docker-compose up
1212
- run:
1313
name: Analyze on SonarCloud
1414
command: mvn verify sonar:sonar
1515
- run:
1616
name: Run Pact Broker
17-
command: docker-compose down -v
17+
command: docker-compose down
1818

1919
executors:
2020
j8:

0 commit comments

Comments
 (0)