Skip to content

Commit a69fab6

Browse files
committed
GitHub Action
1 parent 4121964 commit a69fab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
java-version: ${{ matrix.java }}
2727
cache: maven
2828
- name: Build with Maven
29-
run: mvn -B clean verify
29+
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)