Skip to content

Commit 181b0ee

Browse files
* Testing GP2GP Transfer failures
1 parent c658a5d commit 181b0ee

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build_workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,10 @@ jobs:
241241
GP2GP_LOGGING_LEVEL: "DEBUG"
242242
MHS_MOCK_REQUEST_JOURNAL_ENABLED: "true"
243243
run: |
244-
./run-e2e-tests.sh
244+
source docker/vars.local.e2e.sh
245+
docker network create commonforgp2gp || true
246+
docker-compose -f docker/docker-compose.yml -f docker/docker-compose-e2e-tests.yml build
247+
docker-compose -f docker/docker-compose.yml -f docker/docker-compose-e2e-tests.yml up --exit-code-from gp2gp-e2e-tests mongodb activemq gp2gp wiremock gpcc gp2gp-e2e-tests
245248
working-directory: ./docker
246249

247250
- name: Dump Docker Logs

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
testImplementation "org.assertj:assertj-core:3.27.3"
6969
testImplementation 'org.testcontainers:testcontainers:1.21.1'
7070
testImplementation 'org.awaitility:awaitility:4.3.0'
71-
testImplementation 'org.wiremock:wiremock-standalone:3.13.1'
71+
testImplementation 'org.wiremock:wiremock-standalone:3.13.0'
7272
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
7373
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
7474
testImplementation 'io.findify:s3mock_2.13:0.2.6'

wiremock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repositories {
55
}
66

77
dependencies {
8-
implementation "org.wiremock:wiremock:3.13.1"
8+
implementation "org.wiremock:wiremock:3.13.0"
99
implementation "org.json:json:20250517"
1010
implementation "com.auth0:java-jwt:4.5.0"
1111
implementation "org.slf4j:slf4j-simple:2.0.17"

0 commit comments

Comments
 (0)