Skip to content

Commit

Permalink
chore: add pact_broker_oas.yaml to docker compose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 18, 2023
1 parent fbacadf commit 6fe7af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-ci-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ services:
- ./public:/home/public
- ./script/docker-container/test.sh:/usr/local/bin/test
- ./docs:/home/docs
- ./pact_broker_oas.yaml:/home/pact_broker_oas.yaml
entrypoint: dockerize
command: --wait tcp://mysql:3306 -timeout 60s test
1 change: 1 addition & 0 deletions docker-compose-ci-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ services:
- ./public:/home/public
- ./script/docker-container/test.sh:/usr/local/bin/test
- ./docs:/home/docs
- ./pact_broker_oas.yaml:/home/pact_broker_oas.yaml
entrypoint: dockerize
command: --wait tcp://postgres:5432 -timeout 60s test

0 comments on commit 6fe7af4

Please sign in to comment.