We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b47dc2 commit 389d4baCopy full SHA for 389d4ba
1 file changed
.github/workflows/publish-packages.yml
@@ -20,7 +20,7 @@ jobs:
20
server-username: MAVEN_USERNAME
21
server-password: MAVEN_PASSWORD
22
- name: Build and publish with Maven
23
- run: mvn --batch-mode deploy --file PgBulkInsert/pom.xml
+ run: mvn --batch-mode deploy --file PgBulkInsert/pom.xml -DskipTests
24
env:
25
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
26
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
0 commit comments