Skip to content

Commit 32ba4ac

Browse files
authored
Merge pull request #8 from aochoae/develop
GitHub Action
2 parents 2ade816 + a69fab6 commit 32ba4ac

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
@@ -28,4 +28,4 @@ jobs:
2828
java-version: ${{ matrix.java }}
2929
cache: maven
3030
- name: Build with Maven
31-
run: mvn -B clean verify
31+
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)