Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 3e55cbc

Browse files
committed
temp disable of running tests
1 parent 120b5b2 commit 3e55cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
3030
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
3131
run: |
32-
mvn -s settings.xml -Pjavadoc --batch-mode -quiet --update-snapshots deploy
32+
mvn -s settings.xml -Pjavadoc --batch-mode --update-snapshots -DskipTests -X deploy
3333
3434
- name: Generate Java docs
3535
run: mvn -Pjavadoc -B -q javadoc:aggregate

0 commit comments

Comments
 (0)