From bf5f43d195fe35ca1192c6fbae40beb62eeeb239 Mon Sep 17 00:00:00 2001 From: O-sura Date: Tue, 14 May 2024 14:16:53 +0530 Subject: [PATCH] Fix for skipping the DP to CP Test Issue --- .github/workflows/agent-integration-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/agent-integration-test.yml b/.github/workflows/agent-integration-test.yml index 4a3c22c97..8b952b6b7 100644 --- a/.github/workflows/agent-integration-test.yml +++ b/.github/workflows/agent-integration-test.yml @@ -99,7 +99,6 @@ jobs: sh ./scripts/agent-setup-hosts.sh ./gradlew runCpToDpTests - name: Helm release undeploy - if: always() shell: sh run: | cd apk-repo/helm-charts @@ -118,7 +117,6 @@ jobs: helm uninstall apim-apk-agent -n apk kubectl delete namespace apk - name: Publish Test Report(CP to DP Flow) - if: always() uses: malinthaprasan/action-surefire-report@v1 with: report_paths: 'apk-repo/test/cucumber-tests/build/test-output/junitreports/*.xml'