fix: skip test on deploy
This commit is contained in:
parent
3c6869434f
commit
88f808bdfc
|
|
@ -40,4 +40,4 @@ jobs:
|
||||||
}]
|
}]
|
||||||
|
|
||||||
- name: Deploy with Maven
|
- name: Deploy with Maven
|
||||||
run: mvn deploy
|
run: mvn deploy -Dmaven.test.skip=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue