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 ae619a7 commit 9176314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
java-version: 17
distribution: 'temurin'
- name: Department Service
run: mvn -B package --file department-service/pom.xml
run: mvn -B package --project department-service
- name: Department Service
run: mvn -B package --file employee-service/pom.xml

0 comments on commit 9176314

Please sign in to comment.