Skip to content

Commit 7d65001

Browse files
committed
Removed -DskipTests=true from deploy step in maven-publish workflow.
1 parent 2a8e96c commit 7d65001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Remove -snapshot from version
2929
run: ./mvnw -B versions:set -DremoveSnapshot=true
3030
- name: Publish to Github Packages
31-
run: ./mvnw -B deploy -DskipTests=true
31+
run: ./mvnw -B deploy
3232
env:
3333
GITHUB_TOKEN: ${{ github.token }} # GITHUB_TOKEN is the default env for the password
3434
- name: Upload SysML Library .kpar files

0 commit comments

Comments
 (0)