Skip to content

Commit

Permalink
all_Automation_Git_Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmolKadam-Tekdi committed Jul 8, 2024
1 parent f9bd430 commit d6be537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d6be537

Please sign in to comment.