Skip to content

Commit

Permalink
Updated GA CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 16, 2022
1 parent 19b61e8 commit 165be43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.distribution }}
- name: Test with Maven
run: ./mvnw clean install site -DperformRelease=true -D"gpg.skip=true" -V -B -s settings.xml -Dmaven.artifact.threads=64 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
run: ./mvnw clean install site -DperformRelease=true -D"gpg.skip=true" -V -B -Dmaven.artifact.threads=64 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

0 comments on commit 165be43

Please sign in to comment.