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 b6e5e1b commit efdf874
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/all-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: ALL rig dev Deployment
on:
push:
branches:
- test-rig-1.1
- all_Automation_Actions

jobs:
deploy:
runs-on: ubuntu-latest
environment: all-dev-rig

steps:
- name: uses: actions/setup-java@v2
Expand All @@ -23,4 +22,4 @@ jobs:

- name: Build with Maven

run: mvn -B package --file pom.xml
run: mvn -B package --file testng.xml

0 comments on commit efdf874

Please sign in to comment.