Skip to content

Commit

Permalink
cleared localstack cache, added docker compose to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
karlfosterBCL committed Mar 7, 2025
1 parent 86f5955 commit f677a08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
cache-dependency-path: |
*.gradle*
**/gradle-wrapper.properties
- run: ./docker compose up -d wiremock-integration
- run: ./gradlew check
- name: upload the artifacts
if: always()
Expand All @@ -67,15 +68,6 @@ jobs:
DEFAULT_REGION: eu-west-2
ports:
- 4566:4566
wiremock-integration:
image: wiremock/wiremock:latest
volumes:
- ./wiremock/extensions:/var/wiremock/extensions
- ./wiremock/__files:/home/wiremock/__files
- ./wiremock/mappings:/home/wiremock/mappings
#entrypoint: [ "/docker-entrypoint.sh", "--disable-gzip", "--verbose" ]
ports:
- "9101:8080"
postgres:
image: postgres:17
env:
Expand Down
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ services:
- SERVICES=sqs,sns
- DEFAULT_REGION=eu-west-2
volumes:
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
- "${LOCALSTACK_VOLUME_DIR:-/tmp/volume}:/var/lib/localstack"
wiremock-integration:
image: wiremock/wiremock:latest
container_name: wiremock-integration
volumes:
- ./wiremock/extensions:/var/wiremock/extensions
- ./wiremock/__files:/home/wiremock/__files
- ./wiremock/mappings:/home/wiremock/mappings
- ./wiremock:/home/wiremock
entrypoint: [ "/docker-entrypoint.sh", "--disable-gzip", "--verbose" ]
ports:
- "9101:8080"
Expand Down
Binary file removed volume/cache/service-catalog-4_2_0-1_36_21.pickle
Binary file not shown.

0 comments on commit f677a08

Please sign in to comment.