Skip to content

Commit

Permalink
Re-enable the CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed Jan 28, 2025
1 parent c78c1ad commit a439e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
run: |
mvn -Pjavadoc -Prelease -DskipTests --batch-mode --update-snapshots deploy
mvn -Pjavadoc -Prelease --batch-mode --update-snapshots deploy
- name: Generate Java docs
run: mvn -Pjavadoc -B javadoc:aggregate
Expand Down

0 comments on commit a439e4a

Please sign in to comment.