From e9c36cacd1569c4f918e0fe5df8867c26c5a38de Mon Sep 17 00:00:00 2001 From: O-sura Date: Thu, 2 May 2024 10:41:05 +0530 Subject: [PATCH] Modified workflow to publish test report --- .github/workflows/agent-integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent-integration-test.yml b/.github/workflows/agent-integration-test.yml index 23593d8d9..c78a80f1e 100644 --- a/.github/workflows/agent-integration-test.yml +++ b/.github/workflows/agent-integration-test.yml @@ -134,5 +134,5 @@ jobs: if: always() uses: malinthaprasan/action-surefire-report@v1 with: - report_paths: 'apk-agent-repo/test/postman-tests/build/*.xml' + report_paths: 'apk-repo/test/apim-apk-agent-test/cucumber-tests/build/test-output/junitreports/*.xml' fail_on_test_failures: true