Skip to content

Commit e2a944e

Browse files
salaboycicoyle
andauthored
Update build.yml (#1265)
Signed-off-by: salaboy <[email protected]> Co-authored-by: Cassie Coyle <[email protected]>
1 parent 5ebc5e3 commit e2a944e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
echo "DEPLOY_OSSRH=true" >> $GITHUB_ENV
175175
- name: Install jars
176176
if: env.DEPLOY_OSSRH == 'true'
177-
run: ./mvnw install -B -q
177+
run: ./mvnw install -DskipTests -B -q
178178
- name: Publish to ossrh
179179
if: env.DEPLOY_OSSRH == 'true'
180180
run: |

0 commit comments

Comments
 (0)