Disable tests for publish

- For now as there is a weird error with running
  mvn build via jfrog, disable running tests as
  those are ran with various jdk's before publish
  is executed.
This commit is contained in:
Janne Valkealahti
2021-12-24 14:19:19 +00:00
parent d578f28662
commit 58792bc695

View File

@@ -37,5 +37,5 @@ jobs:
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
- name: Build and Publish
run: |
jfrog rt mvn -B clean install
jfrog rt mvn -B clean install -DskipTests
jfrog rt build-publish