Skip to content

Commit

Permalink
maven auto actions
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh.kumar committed Oct 14, 2023
1 parent 9e278e5 commit d2f0a7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
java-version: 17
distribution: 'temurin'
- name: Department Service
run: |
cd department-service
mvn -B test
run: mvn -B test --file department-service/pom.xml
- name: Department Service
run: mvn -B package --file employee-service/pom.xml
run: mvn -B test --file employee-service/pom.xml

0 comments on commit d2f0a7a

Please sign in to comment.