From 85eba8f903f32d8f0cff7b3f49ba909026944562 Mon Sep 17 00:00:00 2001 From: haynescd Date: Wed, 13 Mar 2024 09:51:55 -0400 Subject: [PATCH 1/2] :heavy_minus_sign: Remove mockserver dep from production build and only add to scop test --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 71d083fdf88..38554c3fb38 100644 --- a/pom.xml +++ b/pom.xml @@ -294,11 +294,13 @@ org.testcontainers mockserver + test org.mock-server mockserver-client-java ${mockserver.version} + test com.github.dasniko From aa10c54a316dfb665f4202b74a84de65e12685e5 Mon Sep 17 00:00:00 2001 From: haynescd Date: Wed, 13 Mar 2024 13:40:44 -0400 Subject: [PATCH 2/2] Update Security integration tests to run only on pull request --- .github/workflows/security-integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-integration-test.yml b/.github/workflows/security-integration-test.yml index 5fd20693a50..1f73994b0ea 100644 --- a/.github/workflows/security-integration-test.yml +++ b/.github/workflows/security-integration-test.yml @@ -1,5 +1,5 @@ name: Security integration tests -on: [push, pull_request] +on: [pull_request] jobs: build: name: Security integration tests