Skip to content

Commit 3b2007c

Browse files
change build command for github action
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
1 parent 9ee2334 commit 3b2007c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
distribution: 'temurin'
2424
cache: maven
2525
- name: Build with Maven
26-
run: mvn -B package --file pom.xml
26+
run: mvn clean install -DskipTests

0 commit comments

Comments
 (0)