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 +