File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,11 @@ jobs:
2727 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2828 gpg-passphrase : MAVEN_GPG_PASSPHRASE
2929
30- # temporary disable to test JAR publication
31- # - name: Build and Test
32- # run: |
33- # export AWS_REGION=us-west-1
34- # mvn -B -P tests -Dmaven.javadoc.skip=true install jacoco:report --file pom.xml
35- # bash <(curl -s https://codecov.io/bash)
30+ - name : Build and Test
31+ run : |
32+ export AWS_REGION=us-west-1
33+ mvn -B -P tests -Dmaven.javadoc.skip=true install jacoco:report --file pom.xml
34+ bash <(curl -s https://codecov.io/bash)
3635
3736 - name : Publish JARs
3837 run : |
4645 fi
4746
4847 mvn -B -DskipTests=true -P ci,docs deploy --file pom.xml
49- #mvn -DskipTests=true -P ci,docs deploy -s settings.xml
5048
5149 env :
5250 GITHUB_USERNAME : ${{ secrets.CI_USERNAME }}
You can’t perform that action at this time.
0 commit comments