fix: skip test on deploy

This commit is contained in:
Luca Burgard 2024-05-02 19:39:02 +02:00
parent 3c6869434f
commit 88f808bdfc
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ jobs:
}] }]
- name: Deploy with Maven - name: Deploy with Maven
run: mvn deploy run: mvn deploy -Dmaven.test.skip=true