Skip to content

Commit 389d4ba

Browse files
committed
Update publish-packages.yml
1 parent 8b47dc2 commit 389d4ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
server-username: MAVEN_USERNAME
2121
server-password: MAVEN_PASSWORD
2222
- name: Build and publish with Maven
23-
run: mvn --batch-mode deploy --file PgBulkInsert/pom.xml
23+
run: mvn --batch-mode deploy --file PgBulkInsert/pom.xml -DskipTests
2424
env:
2525
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
2626
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)