Skip to content

Commit

Permalink
ci: update build.yml (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Nov 29, 2023
1 parent a9962b3 commit 2238df0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean install -DskipTests
run: |
cd employee-manager
mvn clean install -DskipTests

0 comments on commit 2238df0

Please sign in to comment.