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 9176314 commit a4ab018
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 --project department-service
run: mvn -B package department-service
- name: Department Service
run: mvn -B package --file employee-service/pom.xml

0 comments on commit a4ab018

Please sign in to comment.