Skip to content

Commit 5d12ff9

Browse files
authored
Update maven-jboss-snapshot-publish.yml
Add -DskipItTests=true to deploy run
1 parent 1f67b54 commit 5d12ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-jboss-snapshot-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
run: mvn -B package --file pom.xml
4141

4242
- name: Publish to JBoss Nexus Maven Snapshot Repo
43-
run: mvn -s .github/settings.xml deploy -Prelease
43+
run: mvn -s .github/settings.xml deploy -Prelease -DskipItTests=true
4444

0 commit comments

Comments
 (0)