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 95c451e commit f2bad51
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/all-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ on:
# branches:
# - main

name: Java CI with Maven

on:
push:
branches:
- main
- all_automation_Actions
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -57,8 +68,8 @@ jobs:

- name: Build with Maven
run: mvn clean install
working-directory: 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: allAutomation # Adjust this path as needed
working-directory: all-learner-ai-app\allAutomation # Adjust this path as needed

0 comments on commit f2bad51

Please sign in to comment.