Skip to content

Commit ca6e3bb

Browse files
authored
Update build_test_publish
1 parent 0db126b commit ca6e3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-java@v1
3131
with:
3232
java-version: 14
33-
- run: mvn -B package --file pom.xml
33+
- run: mvn -B package --file pom.xml -DskipTests
3434
- run: mkdir staging && cp target/*jar-with-dependencies.jar staging
3535
- uses: actions/upload-artifact@v1
3636
with:

0 commit comments

Comments
 (0)