From 5afcfd485eb97263d9332119fe92d2647274505d Mon Sep 17 00:00:00 2001 From: AmolKadam-Tekdi Date: Mon, 8 Jul 2024 15:30:09 +0530 Subject: [PATCH] all_Automation_Git_Actions --- .github/workflows/all-automation.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/all-automation.yml b/.github/workflows/all-automation.yml index d1212c6d..7f3317dc 100644 --- a/.github/workflows/all-automation.yml +++ b/.github/workflows/all-automation.yml @@ -92,6 +92,10 @@ jobs: - name: Build with Maven run: mvn clean install + working-directory: all-learner-ai-app/all-learner-ai-app/allAutomation + - name: Run TestNG tests run: mvn test -DsuiteXmlFile=testng.xml + working-directory: all-learner-ai-app/all-learner-ai-app/allAutomation +