From d6be5371c2e6df30291a61d8e3cc7c964d04149f Mon Sep 17 00:00:00 2001 From: AmolKadam-Tekdi Date: Mon, 8 Jul 2024 15:22:03 +0530 Subject: [PATCH] all_Automation_Git_Actions --- .github/workflows/all-automation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all-automation.yml b/.github/workflows/all-automation.yml index 00508a58..422843ea 100644 --- a/.github/workflows/all-automation.yml +++ b/.github/workflows/all-automation.yml @@ -57,8 +57,8 @@ jobs: - name: Build with Maven run: mvn clean install - working-directory: all-learner-ai-app\allAutomation # Adjust this path as needed + working-directory: all-learner-ai-app/allAutomation # Adjust this path as needed - name: Run TestNG tests run: mvn test -DsuiteXmlFile=testng.xml - working-directory: all-learner-ai-app\allAutomation # Adjust this path as needed + working-directory: all-learner-ai-app/allAutomation # Adjust this path as needed