Skip to content

Commit 2238df0

Browse files
authored
ci: update build.yml (#54)
1 parent a9962b3 commit 2238df0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
distribution: 'temurin'
2424
cache: maven
2525
- name: Build with Maven
26-
run: mvn clean install -DskipTests
26+
run: |
27+
cd employee-manager
28+
mvn clean install -DskipTests

0 commit comments

Comments
 (0)