8000 Re-enable the CI tests · roterski/java-sdk@a439e4a · GitHub
[go: up one dir, main page]

Skip to content

Commit a439e4a

Browse files
committed
Re-enable the CI tests
1 parent c78c1ad commit a439e4a

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
@@ -35,7 +35,7 @@ jobs:
3535
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
3636
MAVEN_GPG_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
3737
run: |
38-
mvn -Pjavadoc -Prelease -DskipTests --batch-mode --update-snapshots deploy
38+
mvn -Pjavadoc -Prelease --batch-mode --update-snapshots deploy
3939
4040
- name: Generate Java docs
4141
run: mvn -Pjavadoc -B javadoc:aggregate

0 commit comments

Comments
 (0)
0