Skip to content

Commit e634fba

Browse files
committed
add build.yml
1 parent 96754ee commit e634fba

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
distribution: 'temurin'
2424
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2525
- name: Maven Package
26-
run: mvn -B clean package -DskipTests
27-
# run: mvn -B package --file pom.xml
26+
run: mvn -f backend/pom.xml clean package
27+
28+
- name: Maven Package
29+
run: mvn -f backend/pom.xml clean package

0 commit comments

Comments
 (0)