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