Skip to content

Commit 58792bc

Browse files
committed
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.
1 parent d578f28 commit 58792bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
3838
- name: Build and Publish
3939
run: |
40-
jfrog rt mvn -B clean install
40+
jfrog rt mvn -B clean install -DskipTests
4141
jfrog rt build-publish

0 commit comments

Comments
 (0)