Skip to content

Commit 27c7df0

Browse files
authored
Merge pull request #29 from keploy/bug/github_action
change build command for github action
2 parents 9ee2334 + 3b2007c commit 27c7df0

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)